Package org.nuxeo.ecm.core.api
Class RecoverableClientException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.nuxeo.ecm.core.api.NuxeoException
org.nuxeo.ecm.core.api.RecoverableClientException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
OperationNotAllowedException
,QuotaExceededException
Exception that can be handled at UI level to display a dedicated user message
- Since:
- 5.6
- See Also:
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionprotected final String
protected final String[]
protected RecoverableClientException.Severity
Fields inherited from class org.nuxeo.ecm.core.api.NuxeoException
statusCode
-
Constructor Summary
ConstructorDescriptionRecoverableClientException
(String message, String localizedMessage, String[] params) RecoverableClientException
(String message, String localizedMessage, String[] params, Throwable cause) -
Method Summary
Methods inherited from class org.nuxeo.ecm.core.api.NuxeoException
addInfo, getInfos, getMessage, getOriginalMessage, getStatusCode
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
localizedMessage
-
params
-
severity
-
-
Constructor Details
-
RecoverableClientException
-
RecoverableClientException
-
-
Method Details
-
getLocalizedMessage
- Overrides:
getLocalizedMessage
in classThrowable
-
geLocalizedMessageParams
-
getSeverity
-
setSeverity
-