KickJava   Java API By Example, From Geeks To Geeks.

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

javacard.framework
Class TransactionException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--javacard.framework.CardRuntimeException
                          |
                          +--javacard.framework.TransactionException
See Also:
JCSystem

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


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


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


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


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


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

Popular Tags