Class ExternalExceptionSubclass
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- javacard.framework.CardRuntimeException
-
- javacardx.external.ExternalException
-
- com.sun.javacard.javax.smartcard.rmiclient.ExternalExceptionSubclass
-
- All Implemented Interfaces:
java.io.Serializable
public class ExternalExceptionSubclass extends ExternalException
ExternalException
represents an external subsystem related exception.The API classes throw Java Card runtime environment-owned instances of
ExternalException
.Java Card runtime environment-owned instances of exception classes are temporary Java Card runtime environment Entry Point Objects and can be accessed from any applet context. References to these temporary objects cannot be stored in class variables or instance variables or array components.
- Since:
- 2.2.2
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class javacardx.external.ExternalException
INTERNAL_ERROR, INVALID_PARAM, NO_SUCH_SUBSYSTEM
-
-
Constructor Summary
Constructors Constructor Description ExternalExceptionSubclass(java.lang.String msg, short reason)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getMessage()
-
Methods inherited from class javacardx.external.ExternalException
throwIt
-
Methods inherited from class javacard.framework.CardRuntimeException
getReason, setReason
-
-