Class StopProcessingProjectionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.evolveum.midpoint.util.exception.CommonException
com.evolveum.midpoint.model.impl.lens.projector.focus.inbounds.StopProcessingProjectionException
All Implemented Interfaces:
Serializable

public class StopProcessingProjectionException extends CommonException
Indicates we should stop evaluating inbounds for given projection. Currently thrown when the full shadow cannot be loaded, or when the projection context is broken. (So it has no use in pre-inbounds.)
See Also:
  • Constructor Details

    • StopProcessingProjectionException

      public StopProcessingProjectionException()
  • Method Details

    • getErrorTypeMessage

      public String getErrorTypeMessage()
      Description copied from class: CommonException
      Returns a human-readable message that describes the type or class of errors that the exception represents. E.g. "Communication error", "Policy violation", etc. TODO: switch return value to a localized message
      Specified by:
      getErrorTypeMessage in class CommonException
    • getSeverity

      @NotNull public CommonException.Severity getSeverity()
      Description copied from class: CommonException
      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.
      Overrides:
      getSeverity in class CommonException