|
ALBPM Process API (PAPI) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectDefaultException
fuego.papi.OperationException
fuego.papi.ProcessOperationException
fuego.papi.exception.ProcessControlNotAvailableException
A ProcessControlNotAvailableException is thrown as a result of an
attempt to access to the process control and it is not available.
The reasons could be that the engine starting up, the process is not available,
incompatible PAPI and Engine version, the server is switching from a runlevel to other
runlevel, the server is unable to process your request at this moment or
the participant has not assigned roles in process.
| Constructor Summary | |
ProcessControlNotAvailableException(String processId)
Code of the message is 'PAPI-2100'. |
|
ProcessControlNotAvailableException(String processId,
int engineRunLevel)
Code of the message is 'PAPI-2102'. |
|
ProcessControlNotAvailableException(String processId,
int actualRunLevel,
int changeRunLevel)
Code of the message is 'PAPI-2101'. |
|
ProcessControlNotAvailableException(String processId,
Throwable cause)
Code of the message is 'PAPI-2100'. |
|
| Method Summary | |
int |
getChangeEngineStatus()
|
int |
getCurrentEngineStatus()
|
| Methods inherited from class fuego.papi.ProcessOperationException |
getProcessId |
| Methods inherited from class fuego.papi.OperationException |
wrap |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ProcessControlNotAvailableException(String processId)
processId - Process identification the which can not obtain the control.
public ProcessControlNotAvailableException(String processId,
Throwable cause)
processId - Process identification the which can not obtain the control.cause - Cause of this problem
public ProcessControlNotAvailableException(String processId,
int engineRunLevel)
processId - Process identidication the which cannot obtain the control.engineRunLevel - Run level of the engine.
public ProcessControlNotAvailableException(String processId,
int actualRunLevel,
int changeRunLevel)
processId - Process identidication the which can not obtain the control.actualRunLevel - Actual run level of the engine.changeRunLevel - Change run level of the engine.| Method Detail |
public int getChangeEngineStatus()
public int getCurrentEngineStatus()
|
ALBPM Process API (PAPI) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||