org.enhydra.shark.api.internal.toolagent
Class ApplicationNotStopped

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.enhydra.shark.api.RootException
              extended byorg.enhydra.shark.api.internal.toolagent.ApplicationNotStopped
All Implemented Interfaces:
java.io.Serializable

public final class ApplicationNotStopped
extends RootException

See Also:
Serialized Form

Constructor Summary
ApplicationNotStopped()
           
ApplicationNotStopped(java.lang.String $reason)
           
ApplicationNotStopped(java.lang.String message, java.lang.Throwable th)
           
ApplicationNotStopped(java.lang.Throwable th)
           
 
Methods inherited from class org.enhydra.shark.api.RootException
getCause, initCause, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ApplicationNotStopped

public ApplicationNotStopped()

ApplicationNotStopped

public ApplicationNotStopped(java.lang.String $reason)

ApplicationNotStopped

public ApplicationNotStopped(java.lang.Throwable th)

ApplicationNotStopped

public ApplicationNotStopped(java.lang.String message,
                             java.lang.Throwable th)