org.netbeans.modules.j2ee.deployment.devmodules.api
Class InstanceRemovedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InstanceRemovedException
public InstanceRemovedException(Throwable cause)
InstanceRemovedException
public InstanceRemovedException(String message,
Throwable cause)
InstanceRemovedException
public InstanceRemovedException(String message)