KickJava   Java API By Example, From Geeks To Geeks.

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

javacard.framework
Class CardRuntimeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--javacard.framework.CardRuntimeException
Direct Known Subclasses:
APDUException, CryptoException, ISOException, PINException, ServiceException, SystemException, TransactionException

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


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


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


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

Popular Tags