Uses of Enum Class
com.evolveum.midpoint.util.exception.SeverityAwareException.Severity
Packages that use 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.Severity
ObjectNotFoundException.getSeverity()
default SeverityAwareException.Severity
SeverityAwareException.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 isObjectNotFoundException
itself.