Class FocusGoneException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.evolveum.midpoint.model.impl.lens.FocusGoneException
- All Implemented Interfaces:
SeverityAwareException
,Serializable
Signals that we should stop the Projector because the focus is gone, and it was deleted by an inner clockwork run
(i.e., during a discovery process).
The current behavior is that we simply exit the current (outer) clockwork execution ASAP, signalling the situation as
a warning.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.evolveum.midpoint.util.exception.SeverityAwareException
SeverityAwareException.Severity
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NotNull SeverityAwareException.Severity
Not all exceptions are fatal.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FocusGoneException
public FocusGoneException()
-
-
Method Details
-
getMessage
- Overrides:
getMessage
in classThrowable
-
getSeverity
Description copied from interface:SeverityAwareException
Not all exceptions are fatal. This method returns the (estimated) severity of this exception. The final decision is up to the exception handling code, of course. It may or may not accept this value.- Specified by:
getSeverity
in interfaceSeverityAwareException
-