org.netbeans.modules.j2eeserver/4 1.89.0 1

org.netbeans.modules.j2ee.deployment.devmodules.api
Class InstanceRemovedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.netbeans.modules.j2ee.deployment.devmodules.api.InstanceRemovedException
All Implemented Interfaces:
Serializable

public class InstanceRemovedException
extends Exception

Thrown when the instance of the server does not exist anymore.

See Also:
Serialized Form

Constructor Summary
InstanceRemovedException(String message)
           
InstanceRemovedException(String message, Throwable cause)
           
InstanceRemovedException(Throwable cause)
           
 
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

InstanceRemovedException

public InstanceRemovedException(Throwable cause)

InstanceRemovedException

public InstanceRemovedException(String message,
                                Throwable cause)

InstanceRemovedException

public InstanceRemovedException(String message)

org.netbeans.modules.j2eeserver/4 1.89.0 1

Built on May 22 2012.  |  Portions Copyright 1997-2012 Oracle. All rights reserved.