ds.ov2.util
Class Card_terminal.Applet_selection_exception
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.smartcardio.CardException
ds.ov2.util.Card_terminal.Applet_selection_exception
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- Card_terminal
public static class Card_terminal.Applet_selection_exception
- extends CardException
Exception indicating that applet selection failed.
- See Also:
- Serialized Form
Field Summary |
static long |
serialVersionUID
Field to disable the serialVersionUID warning. |
short |
status
The response status of the failing selection command. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
serialVersionUID
public static final long serialVersionUID
- Field to disable the serialVersionUID warning.
- See Also:
- Constant Field Values
status
public final short status
- The response status of the failing selection command.
Card_terminal.Applet_selection_exception
public Card_terminal.Applet_selection_exception(String message,
short status)
- Constructs a new Applet_selection_exception with the specified
message and status.
- Parameters:
message
- the detailed messagestatus
- the failing response status