Java Card
v2.2.1

Uses of Class
javacard.framework.CardRuntimeException

Packages that use CardRuntimeException
javacard.framework Provides a framework of classes and interfaces for building, communicating with and working with Java Card technology-based applets. 
javacard.framework.service Provides a service framework of classes and interfaces that allow a Java Card technology-based applet to be designed as an aggregation of service components. 
javacard.security Provides classes and interfaces that contain publicly-available functionality for implementing a security and cryptography framework on the Java Card platform. 
 

Uses of CardRuntimeException in javacard.framework
 

Subclasses of CardRuntimeException in javacard.framework
 class APDUException
          APDUException represents an APDU related exception.
 class ISOException
          ISOException class encapsulates an ISO 7816-4 response status word as its reason code.
 class PINException
          PINException represents a OwnerPIN class access-related exception.
 class SystemException
          SystemException represents a JCSystem class related exception.
 class TransactionException
          TransactionException represents an exception in the transaction subsystem.
 

Methods in javacard.framework that throw CardRuntimeException
static void CardRuntimeException.throwIt(short reason)
          Throws the Java Card runtime environment-owned instance of the CardRuntimeException class with the specified reason.
 

Uses of CardRuntimeException in javacard.framework.service
 

Subclasses of CardRuntimeException in javacard.framework.service
 class ServiceException
          ServiceException represents a service framework-related exception.
 

Uses of CardRuntimeException in javacard.security
 

Subclasses of CardRuntimeException in javacard.security
 class CryptoException
          CryptoException represents a cryptography-related exception.
 


Java Card
v2.2.1

Copyright © 1993-2003 Sun Microsystems, Inc. 4150 Network Circle,
Santa Clara, CA-95054, U.S.A. All Rights Reserved.