|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.enhydra.shark.api.RootException
org.enhydra.shark.api.client.wfmodel.CannotSuspend
public final class CannotSuspend
A CannotSuspend exception is raised when the execution object cannot be suspended.
Constructor Summary | |
---|---|
CannotSuspend()
|
|
CannotSuspend(java.lang.String $reason)
|
|
CannotSuspend(java.lang.String message,
java.lang.Throwable th)
|
|
CannotSuspend(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 |
---|
public CannotSuspend()
public CannotSuspend(java.lang.String $reason)
public CannotSuspend(java.lang.Throwable th)
public CannotSuspend(java.lang.String message, java.lang.Throwable th)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |