Uses of Class
org.nuxeo.ecm.core.api.RecoverableClientException
-
Packages that use RecoverableClientException Package Description org.nuxeo.ecm.core.opencmis.bindings org.nuxeo.ecm.directory org.nuxeo.ecm.directory.ldap org.nuxeo.ecm.quota.size -
-
Uses of RecoverableClientException in org.nuxeo.ecm.core.opencmis.bindings
Methods in org.nuxeo.ecm.core.opencmis.bindings with parameters of type RecoverableClientException Modifier and Type Method Description int
DefaultErrorExtractor. getHttpStatus(RecoverableClientException ex)
-
Uses of RecoverableClientException in org.nuxeo.ecm.directory
Subclasses of RecoverableClientException in org.nuxeo.ecm.directory Modifier and Type Class Description class
OperationNotAllowedException
Exception thrown when an operation is not allowed on a given directory entry. -
Uses of RecoverableClientException in org.nuxeo.ecm.directory.ldap
Methods in org.nuxeo.ecm.directory.ldap that return RecoverableClientException Modifier and Type Method Description RecoverableClientException
DefaultLdapExceptionProcessor. extractRecoverableException(Exception e)
RecoverableClientException
LdapExceptionProcessor. extractRecoverableException(Exception e)
Implementation should check the input Exception and turn it into a RecoverableClientException if the Exception should be displayed to the end user. -
Uses of RecoverableClientException in org.nuxeo.ecm.quota.size
Subclasses of RecoverableClientException in org.nuxeo.ecm.quota.size Modifier and Type Class Description class
QuotaExceededException
Exception throws by theDocumentsSizeUpdater
to enforce Quotas in case a transaction tries to add too much Blobs
-