Class RetryableActivityExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.appiancorp.suiteapi.process.framework.ActivityExecutionException
com.appiancorp.suiteapi.process.framework.RetryableActivityExecutionException
- All Implemented Interfaces:
Retryable
,Serializable
public class RetryableActivityExecutionException
extends ActivityExecutionException
implements Retryable
An
ActivityExecutionException
that is transient. The activity can be retried.- See Also:
-
Constructor Summary
ConstructorDescriptionRetryableActivityExecutionException
(ErrorCode code, Locale locale, Object... arguments) RetryableActivityExecutionException
(Exception cause, String attendedMsg, String notifyMsg) Construct a newRetryableActivityExecutionException
RetryableActivityExecutionException
(Exception cause, String attendedMsg, String notifyMsg, boolean notified) Construct a newRetryableActivityExecutionException
RetryableActivityExecutionException
(String attendedMsg, String notifyMsg) Construct a newRetryableActivityExecutionException
RetryableActivityExecutionException
(String attendedMsg, String notifyMsg, boolean notified) Construct a newRetryableActivityExecutionException
-
Method Summary
Methods inherited from class com.appiancorp.suiteapi.process.framework.ActivityExecutionException
getException, getExceptionClassName, getNotified, getNotifyMessage, getUserMessage, setNotified, setNotifyMessage
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RetryableActivityExecutionException
-
RetryableActivityExecutionException
Construct a newRetryableActivityExecutionException
- Parameters:
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 administrator
-
RetryableActivityExecutionException
public RetryableActivityExecutionException(Exception cause, String attendedMsg, String notifyMsg, boolean notified) Construct a newRetryableActivityExecutionException
- Parameters:
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 notified
-
RetryableActivityExecutionException
Construct a newRetryableActivityExecutionException
- Parameters:
attendedMsg
- the message to be displayed to the user in an attended activityadminMsg
- the message to be sent to the process administrator
-
RetryableActivityExecutionException
Construct a newRetryableActivityExecutionException
- Parameters:
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 notified
-