Package javacard.framework
Provides Java Card API exceptions that may be re-thrown on the client.
-
Exception Summary Exception Description APDUException APDUException
represents anAPDU
related exception.CardException TheCardException
class defines a fieldreason
and two accessor methodsgetReason()
andsetReason()
.CardRuntimeException TheCardRuntimeException
class defines a fieldreason
and two accessor methodsgetReason()
andsetReason()
.ISOException ISOException
class encapsulates an ISO 7816-4 response status word as itsreason
code.PINException PINException
represents aOwnerPIN
class access-related exception.SystemException SystemException
represents aJCSystem
class related exception.TransactionException TransactionException
represents an exception in the transaction subsystem.UserException UserException
represents a User exception.