Field Summary |
|
final public static short | CANNOT_ACCESS_IN_COMMAND This reason code is used to indicate that the command in the
APDU
object cannot be accessed for input processing. |
final public static short | CANNOT_ACCESS_OUT_COMMAND This reason code is used to indicate that the command in the
APDU object
cannot be accessed for output processing. |
final public static short | COMMAND_DATA_TOO_LONG This reason code is used to indicate that the incoming data for a
command in the APDU object does not fit in the APDU buffer. |
final public static short | COMMAND_IS_FINISHED This reason code is used to indicate that the command in the
APDU object
has been completely processed. |
final public static short | DISPATCH_TABLE_FULL This reason code is used to indicate that a dispatch table is full. |
final public static short | ILLEGAL_PARAM This reason code is used to indicate that an input parameter is not
allowed. |
final public static short | REMOTE_OBJECT_NOT_EXPORTED This reason code is used by RMIService to indicate
that the remote
method returned an remote object which has not been exported. |