Class CardNotPresentException

  • All Implemented Interfaces:
    java.io.Serializable

    public class CardNotPresentException
    extends CardTerminalException
    Thrown when a card should be inserted in one of the slots but is not present.
    Author:
    Stephan Breideneich (sbreiden@de.ibm.com)
    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

      • CardNotPresentException

        public CardNotPresentException​(java.lang.String msg,
                                       CardTerminal theTerminal,
                                       int theSlot)
        CardNotPresentException is thrown when a card expected in a slot is not found.
        Parameters:
        msg - text with more informations about the thrown exception
        theTerminal - the CardTerminal as origin of the exception
        theSlot - the slot number as origin of the exception
      • CardNotPresentException

        public CardNotPresentException​(java.lang.String msg,
                                       CardTerminal theTerminal,
                                       Slot theSlot)
        Deprecated.