org.eclipse.wst.jsdt.debug.core.jsdi
Class IncompatibleThreadStateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.wst.jsdt.debug.core.jsdi.IncompatibleThreadStateException
- All Implemented Interfaces:
- Serializable
public final class IncompatibleThreadStateException
- extends Exception
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.
- Since:
- 1.0
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
IncompatibleThreadStateException
public IncompatibleThreadStateException(String message,
Throwable cause)
- Constructor
- Parameters:
message
- the backing message for the exceptioncause
- the cause (if any) for this exception. null
is
accepted.
Copyright (c) IBM Corp. and others 2000, 2010. All Rights Reserved.