|
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.InstanceOperationException
A InstanceOperationException is thrown as a result of an
attempt to opetation on a instance and happend unexpected situation.
It exception is parent of all exception that has operation
with instances.
| Constructor Summary | |
InstanceOperationException(int processIn,
int instanceIn,
int threadIn)
Code of the message is "PAPI-3001" |
|
InstanceOperationException(int processIn,
int instanceIn,
int threadIn,
Throwable cause)
Code of the message is "PAPI-3001" |
|
InstanceOperationException(String instanceId)
Code of the message is "PAPI-3000" |
|
InstanceOperationException(String instanceId,
Throwable initCause)
Code of the message is "PAPI-3001" |
|
| Method Summary | |
String |
getInstanceId()
|
| 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 InstanceOperationException(String instanceId)
instanceId - Instance identification in which occured the exception.
public InstanceOperationException(String instanceId,
Throwable initCause)
instanceId - Instance identification in which occured the exception.initCause - Cause of this exception
public InstanceOperationException(int processIn,
int instanceIn,
int threadIn)
processIn - Process internal number in which occured the exception.instanceIn - Instance internal number in which occured the exception.threadIn - Thread internal number in which occured the exception.
public InstanceOperationException(int processIn,
int instanceIn,
int threadIn,
Throwable cause)
processIn - Process internal number in which occured the exception.instanceIn - Instance internal number in which occured the exception.threadIn - Thread internal number in which occured the exception.cause - Initial exception.| Method Detail |
public String getInstanceId()
|
ALBPM Process API (PAPI) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||