Class NotificationSDKClientException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.vasco.digipass.sdk.utils.notification.client.exceptions.NotificationSDKClientException
- All Implemented Interfaces:
Serializable
Exception which can be thrown by the NotificationSDKClient SDK in case of error.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNotificationSDKClientException
(int errorCode) ConstructorNotificationSDKClientException
(int errorCode, Throwable cause) Constructor -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotificationSDKClientException
public NotificationSDKClientException(int errorCode) Constructor- Parameters:
errorCode
- error code
-
NotificationSDKClientException
Constructor- Parameters:
errorCode
- Error codecause
- Cause
-
-
Method Details
-
getErrorCode
public int getErrorCode()Gets the error code- Returns:
- The error code
-