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

public class FocusGoneException extends RuntimeException implements SeverityAwareException
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:
  • Constructor Details

    • FocusGoneException

      public FocusGoneException()
  • Method Details