org.enhydra.shark.api.client.wfmodel
Class CannotStart

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.client.wfmodel.CannotStart
All Implemented Interfaces:
java.io.Serializable

public final class CannotStart
extends RootException

This exceptions is raised by an attempt to start a WfProcess that cannot be started yet (e.g., because it is not properly initialized).

See Also:
Serialized Form

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

CannotStart

public CannotStart()

CannotStart

public CannotStart(java.lang.String $reason)

CannotStart

public CannotStart(java.lang.Throwable th)

CannotStart

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