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 SummaryConstructorsConstructorDescriptionActivityRunException(String message, @NotNull OperationResultStatus opResultStatus, TaskRunResult.TaskRunResultStatus runResultStatus) ActivityRunException(String message, @NotNull OperationResultStatus opResultStatus, TaskRunResult.TaskRunResultStatus runResultStatus, Throwable cause) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
ActivityRunExceptionpublic ActivityRunException(String message, @NotNull @NotNull OperationResultStatus opResultStatus, @NotNull TaskRunResult.TaskRunResultStatus runResultStatus, Throwable cause) 
- 
ActivityRunExceptionpublic ActivityRunException(String message, @NotNull @NotNull OperationResultStatus opResultStatus, @NotNull TaskRunResult.TaskRunResultStatus runResultStatus) 
 
- 
- 
Method Details- 
getOpResultStatus
- 
toTaskException
 
-