TransactionException



Uses of Class
javacard.framework.TransactionException

Packages that use TransactionException
javacard.framework   
 

Uses of TransactionException in javacard.framework
 

Methods in javacard.framework that throw TransactionException
static void JCSystem.abortTransaction()
          Aborts the atomic transaction.
static short Util.arrayCopy(byte[] src, short srcOff, byte[] dest, short destOff, short length)
          Copies an array from the specified source array, beginning at the specified position, to the specified position of the destination array.
static void JCSystem.beginTransaction()
          Begins an atomic transaction.
static void JCSystem.commitTransaction()
          Commits an atomic transaction.
static short Util.setShort(byte[] bArray, short bOff, short sValue)
          Deposits the short value as two successive bytes at the specified offset in the byte array.
static void TransactionException.throwIt(short reason)
          Throws the Java Card runtime environment-owned instance of TransactionException with the specified reason.