Uses of Class
com.evolveum.midpoint.util.exception.CommonException.Severity
-
Packages that use CommonException.Severity Package Description com.evolveum.midpoint.util.exception -
-
Uses of CommonException.Severity in com.evolveum.midpoint.util.exception
Methods in com.evolveum.midpoint.util.exception that return CommonException.Severity Modifier and Type Method Description CommonException.Severity
CommonException. getSeverity()
Not all exceptions are fatal.CommonException.Severity
ObjectNotFoundException. getSeverity()
static CommonException.Severity
CommonException.Severity. valueOf(String name)
Returns the enum constant of this type with the specified name.static CommonException.Severity[]
CommonException.Severity. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.evolveum.midpoint.util.exception with parameters of type CommonException.Severity Constructor Description ObjectNotFoundException(String message, Throwable cause, Class<?> type, String oid, CommonException.Severity severity)
Consider usingObjectNotFoundException.wrap(String)
if the cause isObjectNotFoundException
itself.
-