public class SDKException
extends java.lang.Exception
| Constructor and Description |
|---|
SDKException()
Constructs a new exception with no message
|
SDKException(java.lang.String message)
Constructs a new exception with the specified detail message.
|
SDKException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new exception with the specified detail message and
cause.
|
SDKException(java.lang.Throwable cause)
Constructs a new exception with the specified cause and a detail
message of cause
|
public SDKException()
public SDKException(java.lang.String message)
message - the detail message which can be displayed on calling getmessagepublic SDKException(java.lang.String message,
java.lang.Throwable cause)
message - the detailed messagecause - the cause which can be retrieved using getcause() methodpublic SDKException(java.lang.Throwable cause)
cause - the cause which can be retrieved using getcause() method