public class CardRuntimeException extends RuntimeException
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.