Uses of Enum Class
com.evolveum.midpoint.util.exception.CommonException.Severity
Packages that use CommonException.Severity
-
Uses of CommonException.Severity in com.evolveum.midpoint.util.exception
Methods in com.evolveum.midpoint.util.exception that return CommonException.SeverityModifier and TypeMethodDescriptionCommonException.getSeverity()
Not all exceptions are fatal.ObjectNotFoundException.getSeverity()
static CommonException.Severity
Returns the enum constant of this class with the specified name.static CommonException.Severity[]
CommonException.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 CommonException.SeverityModifierConstructorDescriptionObjectNotFoundException
(String message, Throwable cause, Class<?> type, String oid, CommonException.Severity severity) Consider usingObjectNotFoundException.wrap(String)
if the cause isObjectNotFoundException
itself.