org.enhydra.shark.api.client.wfmodel
Class CannotStart
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.enhydra.shark.api.RootException
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
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 |
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)