opencard.core.terminal
Class CardNotPresentException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.io.IOException
|
+--opencard.core.OpenCardException
|
+--opencard.core.terminal.CardTerminalException
|
+--opencard.core.terminal.CardNotPresentException
- public class CardNotPresentException
- extends CardTerminalException
Thrown when a card should be inserted in one of the slots but is not present.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getLocalizedMessage,
getMessage,
printStackTrace,
printStackTrace,
printStackTrace,
toString |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
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 exceptiontheTerminal
- the CardTerminal as origin of the exceptiontheSlot
- the slot number as origin of the exception
CardNotPresentException
public CardNotPresentException(java.lang.String msg,
CardTerminal theTerminal,
Slot theSlot)
- Deprecated.