Package com.evolveum.midpoint.task.api
Class TaskException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.evolveum.midpoint.task.api.TaskException
- 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:
-
Constructor Summary
ConstructorDescriptionTaskException
(String message, @NotNull OperationResultStatus opResultStatus, TaskRunResult.TaskRunResultStatus runResultStatus) TaskException
(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
-
TaskException
public TaskException(String message, @NotNull @NotNull OperationResultStatus opResultStatus, @NotNull TaskRunResult.TaskRunResultStatus runResultStatus, Throwable cause) -
TaskException
public TaskException(String message, @NotNull @NotNull OperationResultStatus opResultStatus, @NotNull TaskRunResult.TaskRunResultStatus runResultStatus)
-
-
Method Details
-
getOpResultStatus
-
getRunResultStatus
-
getFullMessage
-