Use is subject to License Terms. Your use of this web site or any of its contents or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

JSR 177

Package javacard.framework

Provides Java Card API exceptions that may be thrown by a remote method.

See:
          Description

Exception Summary
APDUException APDUException represents an APDU-related exception.
CardException The CardException class defines a field reason and two accessor methods getReason() and setReason().
CardRuntimeException The CardRuntimeException class defines a field reason and two accessor methods getReason() and setReason().
ISOException ISOException class encapsulates an ISO 7816-4 response status word as its reason code.
PINException PINException represents a OwnerPIN class access-related exception.
SystemException SystemException represents a JCSystem class-related exception.
TransactionException TransactionException represents an exception in the transaction subsystem.
UserException UserException represents a user exception.
 

Package javacard.framework Description

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

JSR 177

Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 177 specification.