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
Nested Classes - 
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Stringprotected final String[]protected RecoverableClientException.SeverityFields inherited from class org.nuxeo.ecm.core.api.NuxeoException
statusCode - 
Constructor Summary
ConstructorsConstructorDescriptionRecoverableClientException(String message, String localizedMessage, String[] params) RecoverableClientException(String message, String localizedMessage, String[] params, int statusCode) 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, getStatusCodeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Field Details
- 
localizedMessage
 - 
params
 - 
severity
 
 - 
 - 
Constructor Details
 - 
Method Details
- 
getLocalizedMessage
- Overrides:
 getLocalizedMessagein classThrowable
 - 
geLocalizedMessageParams
 - 
getSeverity
 - 
setSeverity
 
 -