public final class DeviceRegistrationFailedException extends Exception
Constructor and Description |
---|
DeviceRegistrationFailedException()
Construct an instance of the DeviceRegistrationFailedException class
|
DeviceRegistrationFailedException(DeviceRegistrationErrorCode code,
String subCode)
Construct an instance of the DeviceRegistrationFailedException class
|
DeviceRegistrationFailedException(DeviceRegistrationErrorCode code,
String subCode,
Exception innerException)
Construct an instance of the DeviceRegistrationFailedException class
|
DeviceRegistrationFailedException(String message)
Construct an instance of the DeviceRegistrationFailedException class
|
DeviceRegistrationFailedException(String message,
Exception innerException)
Construct an instance of the DeviceRegistrationFailedException class
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DeviceRegistrationFailedException()
public DeviceRegistrationFailedException(String message)
message
- Message to passpublic DeviceRegistrationFailedException(String message, Exception innerException)
message
- Message to passinnerException
- Exception to includepublic DeviceRegistrationFailedException(DeviceRegistrationErrorCode code, String subCode)
code
- Error code that occurredsubCode
- Subcode that occurredpublic DeviceRegistrationFailedException(DeviceRegistrationErrorCode code, String subCode, Exception innerException)
code
- Error code that occurredsubCode
- Subcode that occurredinnerException
- Exception to includeCopyright © 2010–2016. All rights reserved.