Class WalletPinException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.gemalto.mfs.mwsdk.dcm.exception.WalletPinException
All Implemented Interfaces:
Serializable

public class WalletPinException extends Exception
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 Details

    • WalletPinException

      public WalletPinException(String message)
      Constructor
      Parameters:
      message - Exception message
    • WalletPinException

      public WalletPinException(String message, Throwable exception)
      Constructs a WalletPinException with the message and the cause of the exception.
      Parameters:
      message - Exception message.
      exception - Cause of the exception.