Uses of Enum Class
com.evolveum.midpoint.util.exception.SeverityAwareException.Severity
Packages that use SeverityAwareException.Severity
Package
Description
Implements gathering and evaluation of inbound mappings: both during clockwork and before it (for correlation purposes).
-
Uses of SeverityAwareException.Severity in com.evolveum.midpoint.model.impl.lens
Methods in com.evolveum.midpoint.model.impl.lens that return SeverityAwareException.Severity -
Uses of SeverityAwareException.Severity in com.evolveum.midpoint.model.impl.lens.projector.focus.inbounds
Methods in com.evolveum.midpoint.model.impl.lens.projector.focus.inbounds that return SeverityAwareException.Severity -
Uses of SeverityAwareException.Severity in com.evolveum.midpoint.model.impl.lens.projector.mappings
Methods in com.evolveum.midpoint.model.impl.lens.projector.mappings that return SeverityAwareException.Severity -
Uses of SeverityAwareException.Severity in com.evolveum.midpoint.util.exception
Methods in com.evolveum.midpoint.util.exception that return SeverityAwareException.SeverityModifier and TypeMethodDescription@NotNull SeverityAwareException.SeverityObjectNotFoundException.getSeverity()default SeverityAwareException.SeveritySeverityAwareException.getSeverity()Not all exceptions are fatal.Returns the enum constant of this class with the specified name.static SeverityAwareException.Severity[]SeverityAwareException.Severity.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.evolveum.midpoint.util.exception with parameters of type SeverityAwareException.SeverityModifierConstructorDescriptionObjectNotFoundException(String message, Throwable cause, Class<?> type, String oid, SeverityAwareException.Severity severity) Consider usingObjectNotFoundException.wrap(String)if the cause isObjectNotFoundExceptionitself.