|
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.CannotStoreNotificationException
A CannotStoreNotificationException is thrown when an attempt
to notify a process fails
| Constructor Summary | |
CannotStoreNotificationException()
Constructor with message "PAPI-2030" |
|
CannotStoreNotificationException(String targetProcessId,
String targetActivity,
String targetInstanceId,
String senderInstanceId)
Constructor with message "PAPI-2032" |
|
CannotStoreNotificationException(String targetProcessId,
String targetActivity,
String targetInstanceId,
String senderInstanceId,
Throwable cause)
Constructor with message "PAPI-2032" |
|
CannotStoreNotificationException(String processId,
Throwable cause)
Constructor with message "PAPI-2031" |
|
CannotStoreNotificationException(Throwable cause)
Constructor with message "PAPI-2030" |
|
| Method Summary | |
String |
getSenderInstanceId()
Returns the instance identification who send the notification. |
String |
getTargetActivityName()
Returns the activity identification where was send the notification. |
String |
getTargetInstanceId()
Returns the instance identification where was send the notification. |
| 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 CannotStoreNotificationException()
public CannotStoreNotificationException(Throwable cause)
cause - Cause of this exception
public CannotStoreNotificationException(String processId,
Throwable cause)
processId - Process identification where the notification was send.cause - Cause of this exception.
public CannotStoreNotificationException(String targetProcessId,
String targetActivity,
String targetInstanceId,
String senderInstanceId)
targetProcessId - Process identification where the notification was send.targetActivity - Activity identification where the notification was send.targetInstanceId - Instance identification where the notification was send.senderInstanceId - Instance identification who send the notification.
public CannotStoreNotificationException(String targetProcessId,
String targetActivity,
String targetInstanceId,
String senderInstanceId,
Throwable cause)
targetProcessId - Process identification where the notification was send.targetActivity - Activity identification where the notification was send.targetInstanceId - Instance identification where the notification was send.senderInstanceId - Instance identification who send the notification.cause - Cause of this exception.| Method Detail |
public String getSenderInstanceId()
public String getTargetActivityName()
public String getTargetInstanceId()
|
ALBPM Process API (PAPI) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||