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 void
AbstractQuotaStatsUpdater. 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 void
DocumentsCountUpdater. 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 QuotaExceededException
QuotaExceededException. unwrap(Throwable e)
Methods in org.nuxeo.ecm.quota.size with parameters of type QuotaExceededException Modifier and Type Method Description protected void
DocumentsSizeUpdater. handleQuotaExceeded(QuotaExceededException e, Event event)
-