Uses of Class
org.nuxeo.ecm.core.api.RecoverableClientException.Severity
-
Packages that use RecoverableClientException.Severity Package Description org.nuxeo.ecm.core.api -
-
Uses of RecoverableClientException.Severity in org.nuxeo.ecm.core.api
Fields in org.nuxeo.ecm.core.api declared as RecoverableClientException.Severity Modifier and Type Field Description protected RecoverableClientException.Severity
RecoverableClientException. severity
Methods in org.nuxeo.ecm.core.api that return RecoverableClientException.Severity Modifier and Type Method Description RecoverableClientException.Severity
RecoverableClientException. getSeverity()
static RecoverableClientException.Severity
RecoverableClientException.Severity. valueOf(String name)
Returns the enum constant of this type with the specified name.static RecoverableClientException.Severity[]
RecoverableClientException.Severity. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.nuxeo.ecm.core.api with parameters of type RecoverableClientException.Severity Modifier and Type Method Description void
RecoverableClientException. setSeverity(RecoverableClientException.Severity severity)
-