KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javacard > framework > SystemException

javacard.framework
Class SystemException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--javacard.framework.CardRuntimeException
                          |
                          +--javacard.framework.SystemException
See Also:
JCSystem, Applet, AID

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


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


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


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


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


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


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


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

Popular Tags