public class SDKRuntimeException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
SDKRuntimeException(java.lang.String message,
java.lang.String errorCode)
Constructor.
|
SDKRuntimeException(java.lang.String message,
java.lang.String errorCode,
java.lang.Throwable cause)
The SDKRuntimeException constructor shall create an object with the
specified error details.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getErrorCode()
The getErrorCode method returns the implementer-specific error code.
|
java.lang.String |
toString() |
public SDKRuntimeException(java.lang.String message,
java.lang.String errorCode)
message - String.errorCode - String.public SDKRuntimeException(java.lang.String message,
java.lang.String errorCode,
java.lang.Throwable cause)
message - String.errorCode - String.cause - String.