|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javacard.framework.CardRuntimeException
uicc.hci.framework.HCIException
public class HCIException
Exception class for the HCI packages, and instance of this Exception is owned by the JCRE. (editor's note: sha to align wording with TS 102 241)
| Field Summary | |
|---|---|
static short |
HCI_ACCESS_NOT_GRANTED
The caller context is not granted access to this HCI resource |
static short |
HCI_NOT_AVAILABLE
The HCI resource is not available. |
static short |
INTERLEAVE_MESSAGE_DURING_PENDING_CMD
Indicates that an attempt to send a command was made before the responses to the previous command were received. |
static short |
SYSTEM_SERVICE_RESERVED
Listener could not be registered because it is already set to another Applet or used by the system itself. |
| Constructor Summary | |
|---|---|
HCIException(short reason)
Construct an HCIException with a reason code. |
|
| Method Summary | |
|---|---|
static void |
throwIt(short reason)
Throws the JCRE owned instance of the HCIException with the specified
reason code. |
| Methods inherited from class javacard.framework.CardRuntimeException |
|---|
getReason, setReason |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final short HCI_NOT_AVAILABLE
public static final short HCI_ACCESS_NOT_GRANTED
public static final short INTERLEAVE_MESSAGE_DURING_PENDING_CMD
public static final short SYSTEM_SERVICE_RESERVED
| Constructor Detail |
|---|
public HCIException(short reason)
throwIt() method to re-use the JCRE instance of this class.
(editor's note: sha to align wording with tS 102 241)
reason - the error reason| Method Detail |
|---|
public static void throwIt(short reason)
throws HCIException
HCIException with the specified
reason code.
reason - the reason for the exception.
HCIException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||