javacard.framework |
Provides Java Card API exceptions that may be thrown by a remote method.
Java Card exception classes are included to ensure the same behavior when
the method is invoked remotely.
@since SATSA1.0
|
Java Source File Name | Type | Comment |
APDUException.java | Class | APDUException represents an APDU -related exception. |
CardException.java | Class | The CardException class
defines a field reason and two accessor methods
getReason() and setReason() . |
CardRuntimeException.java | Class | The CardRuntimeException class
defines a field reason and two accessor methods
getReason() and setReason() . |
ISOException.java | Class | ISOException class encapsulates an ISO 7816-4 response
status word as
its reason code. |
PINException.java | Class | PINException represents a OwnerPIN class
access-related exception. |
SystemException.java | Class | SystemException represents a JCSystem
class-related exception. |
TransactionException.java | Class | TransactionException represents an exception in the
transaction subsystem. |
UserException.java | Class | UserException represents a user exception. |