Class SDKRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.netcetera.threeds.sdk.api.exceptions.SDKRuntimeException
-
- All Implemented Interfaces:
java.io.Serializable
public class SDKRuntimeException extends java.lang.RuntimeExceptionThis exception is thrown if an internal error is encountered by the 3DS SDK.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetErrorCode()The getErrorCode method returns the implementer-specific error code.java.lang.StringtoString()
-
-
-
Constructor Detail
-
SDKRuntimeException
public SDKRuntimeException(java.lang.String message, java.lang.String errorCode)Constructor.- Parameters:
message-String.errorCode-String.
-
SDKRuntimeException
public 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.- Parameters:
message-String.errorCode-String.cause-String.
-
-