javacard.framework.service
Class ServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javacard.framework.CardRuntimeException
javacard.framework.service.ServiceException
- All Implemented Interfaces:
- Serializable
public class ServiceException
- extends CardRuntimeException
- See Also:
- Serialized Form
Method Summary |
static void |
throwIt(short reason)
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CANNOT_ACCESS_IN_COMMAND
public static final short CANNOT_ACCESS_IN_COMMAND
- See Also:
- Constant Field Values
CANNOT_ACCESS_OUT_COMMAND
public static final short CANNOT_ACCESS_OUT_COMMAND
- See Also:
- Constant Field Values
COMMAND_DATA_TOO_LONG
public static final short COMMAND_DATA_TOO_LONG
- See Also:
- Constant Field Values
COMMAND_IS_FINISHED
public static final short COMMAND_IS_FINISHED
- See Also:
- Constant Field Values
DISPATCH_TABLE_FULL
public static final short DISPATCH_TABLE_FULL
- See Also:
- Constant Field Values
ILLEGAL_PARAM
public static final short ILLEGAL_PARAM
- See Also:
- Constant Field Values
REMOTE_OBJECT_NOT_EXPORTED
public static final short REMOTE_OBJECT_NOT_EXPORTED
- See Also:
- Constant Field Values
ServiceException
public ServiceException(short reason)
throwIt
public static void throwIt(short reason)
throws ServiceException
- Throws:
ServiceException