Class NotificationSDKClientException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.vasco.digipass.sdk.utils.notification.client.exceptions.NotificationSDKClientException
All Implemented Interfaces:
Serializable

public class NotificationSDKClientException extends Exception
Exception which can be thrown by the NotificationSDKClient SDK in case of error.
See Also:
  • Constructor Details

    • NotificationSDKClientException

      public NotificationSDKClientException(int errorCode)
      Constructor
      Parameters:
      errorCode - error code
    • NotificationSDKClientException

      public NotificationSDKClientException(int errorCode, Throwable cause)
      Constructor
      Parameters:
      errorCode - Error code
      cause - Cause
  • Method Details

    • getErrorCode

      public int getErrorCode()
      Gets the error code
      Returns:
      The error code