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 SummaryConstructorsConstructorDescriptionTaskException(String message, @NotNull OperationResultStatus opResultStatus, TaskRunResult.TaskRunResultStatus runResultStatus) TaskException(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- 
TaskExceptionpublic TaskException(String message, @NotNull @NotNull OperationResultStatus opResultStatus, @NotNull TaskRunResult.TaskRunResultStatus runResultStatus, Throwable cause) 
- 
TaskExceptionpublic TaskException(String message, @NotNull @NotNull OperationResultStatus opResultStatus, @NotNull TaskRunResult.TaskRunResultStatus runResultStatus) 
 
- 
- 
Method Details- 
getOpResultStatus
- 
getRunResultStatus
- 
getFullMessage
 
-