Uses of Class
org.calypsonet.terminal.card.AbstractApduException
-
Packages that use AbstractApduException Package Description org.calypsonet.terminal.card APIs provided by a reader module. -
-
Uses of AbstractApduException in org.calypsonet.terminal.card
Subclasses of AbstractApduException in org.calypsonet.terminal.card Modifier and Type Class Description class
CardBrokenCommunicationException
Exception carrying response data received from the card until a communication failure with the card occurs.class
ReaderBrokenCommunicationException
Exception carrying response data received from the card until a communication failure with the reader occurs.class
UnexpectedStatusWordException
Exception carrying response data received from the card until an unexpected APDU status word is received.
-