|
JavaScript Development Tools Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.eclipse.wst.jsdt.debug.core.jsdi.IncompatibleThreadStateException
public final class IncompatibleThreadStateException
Exception that is thrown when a request is made to a ThreadReference
which is not allowed based on its current state.
Clients can instantiate this class.
Constructor Summary | |
---|---|
IncompatibleThreadStateException(java.lang.String message,
java.lang.Throwable cause)
Constructor |
Method Summary |
---|
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 |
Constructor Detail |
---|
public IncompatibleThreadStateException(java.lang.String message, java.lang.Throwable cause)
message
- the backing message for the exceptioncause
- the cause (if any) for this exception. null
is
accepted.
|
JavaScript Development Tools Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |