|
Java Card v2.2.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.io.IOException
A Java Card runtime environment-owned instance of IOException
is thrown to
signal that an I/O exception of some sort has occurred.
This class is the general class of exceptions produced by
failed or interrupted I/O operations.
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. See Runtime Specification for the Java Card Platform, section 6.2.1 for details.
This Java Card platform class's functionality is a strict subset of the definition in the Java 2 Platform Standard Edition API Specification.
Constructor Summary | |
IOException()
Constructs an IOException . |
Methods inherited from class java.lang.Object |
equals |
Constructor Detail |
public IOException()
IOException
.
|
Java Card v2.2.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |