JavaScript Development Tools
Release 3.2

org.eclipse.wst.jsdt.debug.core.jsdi
Class IncompatibleThreadStateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
IncompatibleThreadStateException(String message, 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

IncompatibleThreadStateException

public IncompatibleThreadStateException(String message,
                                        Throwable cause)
Constructor

Parameters:
message - the backing message for the exception
cause - the cause (if any) for this exception. null is accepted.

JavaScript Development Tools
Release 3.2

Copyright (c) IBM Corp. and others 2000, 2010. All Rights Reserved.