Fields Summary |
---|
public static final short | ILLEGAL_PARAMThis reason code is used to indicate that an input parameter is not
allowed. |
public static final short | DISPATCH_TABLE_FULLThis reason code is used to indicate that a dispatch table is full. |
public static final short | COMMAND_DATA_TOO_LONGThis reason code is used to indicate that the incoming data for a
command in the APDU object does not fit in the APDU buffer. |
public static final short | CANNOT_ACCESS_IN_COMMANDThis reason code is used to indicate that the command in the
APDU
object cannot be accessed for input processing. |
public static final short | CANNOT_ACCESS_OUT_COMMANDThis reason code is used to indicate that the command in the
APDU object
cannot be accessed for output processing. |
public static final short | COMMAND_IS_FINISHEDThis reason code is used to indicate that the command in the
APDU object
has been completely processed. |
public static final short | REMOTE_OBJECT_NOT_EXPORTEDThis reason code is used by RMIService to indicate
that the remote
method returned an remote object which has not been exported. |