|
PenProfile 2.x | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Error
com.sun.cldc.isolate.IsolateResourceError
public class IsolateResourceError
IsolateResourceError is thrown when the resource requirements required for an action cannot be fulfilled.
The conditions leading to this exception may be transient or permanent depending on the action and the resource involved. Refer to the specific documentation for the constructor or method in question.
Note that resource in the context of this exception is defined as something required for program operations, for which the lack thereof causes a failure.
| Constructor Summary | |
|---|---|
IsolateResourceError()
Constructs a IsolateResourceError with no specified detail
message. |
|
IsolateResourceError(String detail)
Constructs a IsolateResourceError with specified detail
message. |
|
IsolateResourceError(String detail,
Throwable cause)
Constructs a IsolateResourceError that wraps the specified
throwable and provides the given detail message. |
|
IsolateResourceError(Throwable cause)
Constructs a IsolateResourceError that wraps the specified
throwable. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
getMessage, printStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IsolateResourceError()
IsolateResourceError with no specified detail
message.
public IsolateResourceError(String detail)
IsolateResourceError with specified detail
message.
detail - Detailed information about the exceptionpublic IsolateResourceError(Throwable cause)
IsolateResourceError that wraps the specified
throwable.
cause - the cause (which is saved for later retrieval by the
getCause() method). (A null value is
permitted and indicates that the cause is nonexistent or unknown.)
public IsolateResourceError(String detail,
Throwable cause)
IsolateResourceError that wraps the specified
throwable and provides the given detail message.
detail - Detailed information about the exceptioncause - the cause (which is saved for later retrieval by the
getCause() method). (A null value is
permitted and indicates that the cause is nonexistent or unknown.)
|
PenProfile 2.x | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||