Class WalletPinException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.gemalto.mfs.mwsdk.dcm.exception.WalletPinException
-
- All Implemented Interfaces:
java.io.Serializable
public class WalletPinException extends java.lang.Exception
An exception raised whenever performing an operation related to wallet pin while it is not set previously. This class is deprecated and no longer supported since SDK version 6.0- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WalletPinException(java.lang.String message)
ConstructorWalletPinException(java.lang.String message, java.lang.Throwable exception)
Constructor given the message and the cause of the exception
-
-
-
Constructor Detail
-
WalletPinException
public WalletPinException(java.lang.String message)
Constructor- Parameters:
message
- Exception message
-
WalletPinException
public WalletPinException(java.lang.String message, java.lang.Throwable exception)
Constructor given the message and the cause of the exception- Parameters:
message
- Exception messageexception
- Cause of the exception
-
-