Fields Summary |
---|
public static final short | ILLEGAL_VALUEThis reason code is used to indicate that one or more input parameters
is out of allowed bounds. |
public static final short | NO_TRANSIENT_SPACEThis reason code is used by the makeTransient*() methods
to indicate that no room is available in volatile memory for
the requested object. |
public static final short | ILLEGAL_TRANSIENTThis reason code is used to indicate that the request to create
a transient object is not allowed in the current applet context.
See Java Card Runtime Environment (JCRE)
Specification, section 6.2.1 for details. |
public static final short | ILLEGAL_AIDThis reason code is used by the
javacard.framework.Applet.register() method
to indicate that the input AID parameter is not a legal AID value. |
public static final short | NO_RESOURCEThis reason code is used to indicate that there is insufficient resource
in the Card for the request.
For example, the Java Card Virtual Machine may throw
this exception reason when there is insufficient heap space to
create a new instance. |
public static final short | ILLEGAL_USEThis reason code is used to indicate that the requested function is not
allowed. For example,
JCSystem.requestObjectDeletion() method throws
this exception if the object deletion mechanism is not implemented. |