Package com.evolveum.midpoint.task.api
Class ExitHandlerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.evolveum.midpoint.task.api.ExitHandlerException
- All Implemented Interfaces:
Serializable
Used to signal that we have to exit handler processing with a given run result.
Necessary for creation of separate methods for parts of task handler that need to return something
but also exit handler immediately if there's any issue.
Experimental.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ExitHandlerException
-
-
Method Details
-
getRunResult
-