public class SDKRegistrationException extends SDKException
SDKRegistrationException is thrown if the service/client is not Registered properly
The reasons for SDKRegistrationException maybe:
i) Unable to find, or read configuration file
ii) Tampering the configuration files
| Constructor and Description |
|---|
SDKRegistrationException()
Constructs a new exception with no message
|
SDKRegistrationException(java.lang.String message)
Constructs a new exception with the specified detail message.
|
SDKRegistrationException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new exception with the specified detail message and
cause.
|
SDKRegistrationException(java.lang.Throwable cause)
Constructs a new exception with the specified cause and a detail
message of cause
|
public SDKRegistrationException()
public SDKRegistrationException(java.lang.String message)
message - the detail message which can be displayed on calling getmessagepublic SDKRegistrationException(java.lang.String message,
java.lang.Throwable cause)
message - the detailed messagecause - the cause which can be retrieved using getcause() methodpublic SDKRegistrationException(java.lang.Throwable cause)
cause - the cause which can be retrieved using getcause() method