The CardRuntimeException class
defines a field reason and two accessor methods
getReason() and setReason(). The reason
field encapsulates an exception cause identifier in Java Card.
All Java Card unchecked exception classes should extend
CardRuntimeException.
Constructor Summary
public
CardRuntimeException(short reason) Constructs a CardRuntimeException instance with
the specified reason.
Throws an instance of the CardRuntimeException
class with the specified reason.
Parameters: reason - the reason for the exception exception: CardRuntimeException - always