Field Summary |
|
final public static short | ILLEGAL_AID This reason code is used by the
javacard.framework.Applet.register() method
to indicate that the input AID parameter is not a legal AID value. |
final public static short | ILLEGAL_TRANSIENT This reason code is used to indicate that the request to create
a transient object is not allowed in the current applet context. |
final public static short | ILLEGAL_USE This reason code is used to indicate that the requested function is not
allowed. |
final public static short | ILLEGAL_VALUE This reason code is used to indicate that one or more input parameters
is out of allowed bounds. |
final public static short | NO_RESOURCE This reason code is used to indicate that there is insufficient resource
in the Card for the request. |
final public static short | NO_TRANSIENT_SPACE This reason code is used by the makeTransient*() methods
to indicate that no room is available in volatile memory for
the requested object. |