Class NoSuchCardException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.gemalto.mfs.mwsdk.mobilegateway.exception.NoSuchCardException
-
- All Implemented Interfaces:
java.io.Serializable
public final class NoSuchCardException extends java.lang.Exception
This Class indicates a an Exception thrown from the Mobile Gateway if a card is not found- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoSuchCardException()
NoSuchCardException(java.lang.String detailMessage)
NoSuchCardException(java.lang.Throwable throwable)
-