ds.ov2.util
Class Card_terminal.Applet_selection_exception

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.smartcardio.CardException
              extended by 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.
 
Constructor Summary
Card_terminal.Applet_selection_exception(String message, short status)
          Constructs a new Applet_selection_exception with the specified message and status.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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.

Constructor Detail

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 message
status - the failing response status