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

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.enhydra.shark.api.RootException
              extended by org.enhydra.shark.api.internal.toolagent.ApplicationNotStarted
All Implemented Interfaces:
java.io.Serializable

public final class ApplicationNotStarted
extends RootException

See Also:
Serialized Form

Constructor Summary
ApplicationNotStarted()
           
ApplicationNotStarted(java.lang.String $reason)
           
ApplicationNotStarted(java.lang.String message, java.lang.Throwable th)
           
ApplicationNotStarted(java.lang.Throwable th)
           
 
Method Summary
 
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

ApplicationNotStarted

public ApplicationNotStarted()

ApplicationNotStarted

public ApplicationNotStarted(java.lang.String $reason)

ApplicationNotStarted

public ApplicationNotStarted(java.lang.Throwable th)

ApplicationNotStarted

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