|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.loom.exception.WorkflowInterruption
public class WorkflowInterruption
Thrown when the workflow execution must be interrupted. This is not really an exception, and includes the Resolution that should be returned to the browser.
Constructor Summary | |
---|---|
WorkflowInterruption(Phase phase,
Resolution resolution)
|
Method Summary | |
---|---|
Phase |
getPhase()
|
Resolution |
getResolution()
|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public WorkflowInterruption(Phase phase, Resolution resolution)
Method Detail |
---|
public Resolution getResolution()
public Phase getPhase()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |