Class SDKRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.netcetera.threeds.sdk.api.exceptions.SDKRuntimeException
- All Implemented Interfaces:
Serializable
This exception is thrown if an internal error is encountered by the 3DS
SDK.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSDKRuntimeException(String message, String errorCode) Constructor.SDKRuntimeException(String message, String errorCode, Throwable cause) The SDKRuntimeException constructor shall create an object with the specified error details. -
Method Summary
Modifier and TypeMethodDescriptionThe getErrorCode method returns the implementer-specific error code.toString()Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
Method Details