Uses of Class
org.nuxeo.ecm.quota.size.QuotaExceededException
-
Packages that use QuotaExceededException Package Description org.nuxeo.ecm.quota org.nuxeo.ecm.quota.count org.nuxeo.ecm.quota.size -
-
Uses of QuotaExceededException in org.nuxeo.ecm.quota
Methods in org.nuxeo.ecm.quota with parameters of type QuotaExceededException Modifier and Type Method Description protected abstract voidAbstractQuotaStatsUpdater. handleQuotaExceeded(QuotaExceededException e, Event event) -
Uses of QuotaExceededException in org.nuxeo.ecm.quota.count
Methods in org.nuxeo.ecm.quota.count with parameters of type QuotaExceededException Modifier and Type Method Description protected voidDocumentsCountUpdater. handleQuotaExceeded(QuotaExceededException e, Event event) -
Uses of QuotaExceededException in org.nuxeo.ecm.quota.size
Methods in org.nuxeo.ecm.quota.size that return QuotaExceededException Modifier and Type Method Description static QuotaExceededExceptionQuotaExceededException. unwrap(Throwable e)Methods in org.nuxeo.ecm.quota.size with parameters of type QuotaExceededException Modifier and Type Method Description protected voidDocumentsSizeUpdater. handleQuotaExceeded(QuotaExceededException e, Event event)
-