Class ActivityRunException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.evolveum.midpoint.repo.common.activity.run.ActivityRunException
- All Implemented Interfaces:
Serializable
Exception that carries supplementary information on how it should be treated
(with the respect to operation result and task run result status).
See also
TaskException
.- See Also:
-
Constructor Summary
ConstructorDescriptionActivityRunException
(String message, @NotNull OperationResultStatus opResultStatus, TaskRunResult.TaskRunResultStatus runResultStatus) ActivityRunException
(String message, @NotNull OperationResultStatus opResultStatus, TaskRunResult.TaskRunResultStatus runResultStatus, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ActivityRunException
public ActivityRunException(String message, @NotNull @NotNull OperationResultStatus opResultStatus, @NotNull TaskRunResult.TaskRunResultStatus runResultStatus, Throwable cause) -
ActivityRunException
public ActivityRunException(String message, @NotNull @NotNull OperationResultStatus opResultStatus, @NotNull TaskRunResult.TaskRunResultStatus runResultStatus)
-
-
Method Details
-
getOpResultStatus
-
toTaskException
-