JavaScript Development Tools
Release 3.2

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

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.wst.jsdt.debug.core.jsdi.IncompatibleVmStateException
All Implemented Interfaces:
Serializable

public final class IncompatibleVmStateException
extends Exception

Exception that is thrown when a request is made to a VirtualMachine that is not allowed based on its current state. Clients can instantiate this class.

Since:
1.0
See Also:
Serialized Form

Constructor Summary
IncompatibleVmStateException(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

IncompatibleVmStateException

public IncompatibleVmStateException(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.