public final class SDKConnectionException extends SDKException
SDKConnectionException is thrown if the SDK unable to connect to the server
The reasons for SDKConnectionException maybe:
i) Improper Registration of service class (passing wrong host, port names)
ii) Server downtime
iii) Server is not accessible from the current machine
| Constructor and Description |
|---|
SDKConnectionException()
Constructs a new exception with no message
|
SDKConnectionException(java.lang.String message)
Constructs a new exception with the specified detail message.
|
SDKConnectionException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new exception with the specified detail message and
cause.
|
SDKConnectionException(java.lang.Throwable cause)
Constructs a new exception with the specified cause and a detail
message of cause
|
public SDKConnectionException()
public SDKConnectionException(java.lang.String message)
message - the detail message which can be displayed on calling getmessagepublic SDKConnectionException(java.lang.String message,
java.lang.Throwable cause)
message - the detailed messagecause - the cause which can be retrieved using getcause() methodpublic SDKConnectionException(java.lang.Throwable cause)
cause - the cause which can be retrieved using getcause() method