|
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
fuego.lang.DefaultException
fuego.papi.OperationException
fuego.papi.ProcessOperationException
fuego.papi.exception.CannotStoreNotificationException
public class 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()
Return the instance identification who send the notification. |
String |
getTargetActivityName()
Return the activity identification where was send the notification. |
String |
getTargetInstanceId()
Return 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 fuego.lang.DefaultException |
|---|
getCode, getDetail, getKey, getMessage, getMessage, getStackTrace, getStackTraceString, getTechnicalDetail, getUserMessage, hasDetail |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, 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 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||