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

public class SDKRuntimeException extends RuntimeException
This exception is thrown if an internal error is encountered by the 3DS SDK.
See Also:
  • Constructor Details

    • SDKRuntimeException

      public SDKRuntimeException(String message, String errorCode)
      Constructor.
      Parameters:
      message - String.
      errorCode - String.
    • SDKRuntimeException

      public SDKRuntimeException(String message, String errorCode, Throwable cause)
      The SDKRuntimeException constructor shall create an object with the specified error details.
      Parameters:
      message - String.
      errorCode - String.
      cause - String.
  • Method Details

    • getErrorCode

      public String getErrorCode()
      The getErrorCode method returns the implementer-specific error code.
      Returns:
      the error code.
    • toString

      public String toString()
      Overrides:
      toString in class Throwable