Uses of Enum Class
com.evolveum.midpoint.util.exception.SeverityAwareException.Severity
-
Uses of SeverityAwareException.Severity in com.evolveum.midpoint.util.exception
Modifier 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.ModifierConstructorDescriptionObjectNotFoundException
(String message, Throwable cause, Class<?> type, String oid, SeverityAwareException.Severity severity) Consider usingObjectNotFoundException.wrap(String)
if the cause isObjectNotFoundException
itself.