Uses of Enum Class
org.nuxeo.ecm.core.api.RecoverableClientException.Severity
Packages that use RecoverableClientException.Severity
Package
Description
-
Uses of RecoverableClientException.Severity in org.nuxeo.ecm.core.api
Fields in org.nuxeo.ecm.core.api declared as RecoverableClientException.SeverityModifier and TypeFieldDescriptionprotected RecoverableClientException.Severity
RecoverableClientException.severity
Methods in org.nuxeo.ecm.core.api that return RecoverableClientException.SeverityModifier and TypeMethodDescriptionRecoverableClientException.getSeverity()
Returns the enum constant of this class with the specified name.static RecoverableClientException.Severity[]
RecoverableClientException.Severity.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.nuxeo.ecm.core.api with parameters of type RecoverableClientException.SeverityModifier and TypeMethodDescriptionvoid
RecoverableClientException.setSeverity
(RecoverableClientException.Severity severity)