Package uicc.system
Class UICCSystemException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- javacard.framework.CardRuntimeException
-
- uicc.system.UICCSystemException
-
- All Implemented Interfaces:
java.io.Serializable
public class UICCSystemException extends javacard.framework.CardRuntimeExceptionThis class extends theThrowableclass and allows the classes of this package to throw specific exceptions in case of problems.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static shortTERMINAL_CAPABILITY_NOT_AVAILABLEThis reason code (= 1) is used to indicate that the Terminal Capability command as not been issued.
-
Constructor Summary
Constructors Constructor Description UICCSystemException(short reason)Construct aUICCSystemExceptioninstance with the specified reason.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidthrowIt(short reason)Throws the JCRE instance of theUICCSystemExceptionclass with the specified reason.
-
-
-
Field Detail
-
TERMINAL_CAPABILITY_NOT_AVAILABLE
public static final short TERMINAL_CAPABILITY_NOT_AVAILABLE
This reason code (= 1) is used to indicate that the Terminal Capability command as not been issued.- See Also:
- Constant Field Values
-
-
Method Detail
-
throwIt
public static void throwIt(short reason) throws UICCSystemExceptionThrows the JCRE instance of theUICCSystemExceptionclass with the specified reason.- Parameters:
reason- the reason for the exception.- Throws:
UICCSystemException- always
-
-