|
ALBPM Process API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
fuego.lang.DefaultRuntimeException
fuego.papi.EngineRuntimeException
fuego.papi.exception.ProcessUndeployedException
public class ProcessUndeployedException
A ProcessUndeployedException
is thrown as a result of an
attempt to access to a process and it has been recently undeployed.
Constructor Summary | |
---|---|
ProcessUndeployedException(String processId)
Creates a new ProcessUndeployedException with the given process identification. |
Method Summary |
---|
Methods inherited from class fuego.papi.EngineRuntimeException |
---|
create |
Methods inherited from class fuego.lang.DefaultRuntimeException |
---|
getCause, getCode, getDetail, getKey, getMessage, getMessage, getStackTraceString, getTechnicalDetail, getUserMessage, hasDetail, initCause |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getLocalizedMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ProcessUndeployedException(String processId)
processId
- Identification if the undeployed process.
|
ALBPM Process API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |