Class NoSuchCardException

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

public final class NoSuchCardException extends Exception
This class indicates an exception that is thrown by Mobile Gateway when a card is not found.
See Also:
  • Constructor Details

    • NoSuchCardException

      public NoSuchCardException()
    • NoSuchCardException

      public NoSuchCardException(String detailMessage)
    • NoSuchCardException

      public NoSuchCardException(Throwable throwable)