KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javacard > framework > service > ServiceException

javacard.framework.service
Class ServiceException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--javacard.framework.CardRuntimeException
                          |
                          +--javacard.framework.service.ServiceException

public static final short CANNOT_ACCESS_IN_COMMAND
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final short CANNOT_ACCESS_OUT_COMMAND
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final short COMMAND_DATA_TOO_LONG
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final short COMMAND_IS_FINISHED
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final short DISPATCH_TABLE_FULL
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final short ILLEGAL_PARAM
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final short REMOTE_OBJECT_NOT_EXPORTED
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public ServiceException(short reason)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static void throwIt(short reason)
                    throws ServiceException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags