Class 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
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • NoSuchCardException

        public NoSuchCardException()
      • NoSuchCardException

        public NoSuchCardException​(java.lang.String detailMessage)
      • NoSuchCardException

        public NoSuchCardException​(java.lang.Throwable throwable)