Class WalletPinException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.gemalto.mfs.mwsdk.dcm.exception.WalletPinException
- All Implemented Interfaces:
Serializable
An exception is raised whenever an operation related to wallet PIN is performed without setting it.
This class is deprecated and is no longer supported by the SDK since V6.0.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionWalletPinException(String message) ConstructorWalletPinException(String message, Throwable exception) Constructs a WalletPinException with the message and the cause of the exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WalletPinException
Constructor- Parameters:
message- Exception message
-
WalletPinException
Constructs a WalletPinException with the message and the cause of the exception.- Parameters:
message- Exception message.exception- Cause of the exception.
-