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 intDefaultErrorExtractor. getHttpStatus(RecoverableClientException ex) -
Uses of RecoverableClientException in org.nuxeo.ecm.directory
Subclasses of RecoverableClientException in org.nuxeo.ecm.directory Modifier and Type Class Description classOperationNotAllowedExceptionException 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 RecoverableClientExceptionDefaultLdapExceptionProcessor. extractRecoverableException(Exception e)RecoverableClientExceptionLdapExceptionProcessor. 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 classQuotaExceededExceptionException throws by theDocumentsSizeUpdaterto enforce Quotas in case a transaction tries to add too much Blobs
-