Class NotificationSDKClientException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.vasco.digipass.sdk.utils.notification.client.exceptions.NotificationSDKClientException
-
- All Implemented Interfaces:
java.io.Serializable
public class NotificationSDKClientException extends java.lang.Exception
Exception which can be thrown by the NotificationSDKClient SDK in case of error.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotificationSDKClientException(int errorCode)
ConstructorNotificationSDKClientException(int errorCode, java.lang.Throwable cause)
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getErrorCode()
Gets the error code
-
-
-
Constructor Detail
-
NotificationSDKClientException
public NotificationSDKClientException(int errorCode)
Constructor- Parameters:
errorCode
- error code
-
NotificationSDKClientException
public NotificationSDKClientException(int errorCode, java.lang.Throwable cause)
Constructor- Parameters:
errorCode
- Error codecause
- Cause
-
-