Class UnattendedActivityValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.appiancorp.suiteapi.process.framework.ActivityExecutionException
com.appiancorp.suiteapi.process.exceptions.UnattendedActivityValidationException
- All Implemented Interfaces:
Serializable
This exception is thrown if validation fails (the validate() method
of the parameter helper class returns false) when trying to execute
an unattended activity.
- See Also:
-
Constructor Summary
-
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
-
UnattendedActivityValidationException
-