public class RetryableActivityExecutionException extends ActivityExecutionException implements Retryable
ActivityExecutionException
that is transient. The activity can be retried.Constructor and Description |
---|
RetryableActivityExecutionException(ErrorCode code,
java.util.Locale locale,
java.lang.Object... arguments) |
RetryableActivityExecutionException(java.lang.Exception cause,
java.lang.String attendedMsg,
java.lang.String notifyMsg)
Construct a new
RetryableActivityExecutionException |
RetryableActivityExecutionException(java.lang.Exception cause,
java.lang.String attendedMsg,
java.lang.String notifyMsg,
boolean notified)
Construct a new
RetryableActivityExecutionException |
RetryableActivityExecutionException(java.lang.String attendedMsg,
java.lang.String notifyMsg)
Construct a new
RetryableActivityExecutionException |
RetryableActivityExecutionException(java.lang.String attendedMsg,
java.lang.String notifyMsg,
boolean notified)
Construct a new
RetryableActivityExecutionException |
getException, getExceptionClassName, getNotified, getNotifyMessage, getUserMessage, setNotified, setNotifyMessage
public RetryableActivityExecutionException(ErrorCode code, java.util.Locale locale, java.lang.Object... arguments)
public RetryableActivityExecutionException(java.lang.Exception cause, java.lang.String attendedMsg, java.lang.String notifyMsg)
RetryableActivityExecutionException
cause
- the exception which occurred while executing the activityattendedMsg
- the message to be displayed to the user in an attended activitynotifyMsg
- the message to be sent to the process administratorpublic RetryableActivityExecutionException(java.lang.Exception cause, java.lang.String attendedMsg, java.lang.String notifyMsg, boolean notified)
RetryableActivityExecutionException
cause
- the exception which occurred while executing the activityattendedMsg
- the message to be displayed to the useradminMsg
- the message to be sent to the process administratornotified
- whether or not the process administrator has been notifiedpublic RetryableActivityExecutionException(java.lang.String attendedMsg, java.lang.String notifyMsg)
RetryableActivityExecutionException
attendedMsg
- the message to be displayed to the user in an attended activityadminMsg
- the message to be sent to the process administratorpublic RetryableActivityExecutionException(java.lang.String attendedMsg, java.lang.String notifyMsg, boolean notified)
RetryableActivityExecutionException
usrMsg
- the message to be displayed to the useradminMsg
- the message to be sent to the process administratornotified
- whether or not the process administrator has been notifiedCopyright © 2003-2024 Appian Corporation. All Rights Reserved.