Class QuotaException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.logicaldoc.core.security.authentication.AuthenticationException
com.logicaldoc.enterprise.security.exception.QuotaException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
MaxGuestsException
,MaxSessionsException
,MaxTenantsException
,MaxUsersException
public abstract class QuotaException
extends com.logicaldoc.core.security.authentication.AuthenticationException
Raised when a quota limit is reached
- Since:
- 8.1.2
- Author:
- Marco Meschieri - LogicalDOC
- See Also:
-
Method Summary
Methods inherited from class com.logicaldoc.core.security.authentication.AuthenticationException
getAuthenticator, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Method Details
-
mustRecordFailure
public boolean mustRecordFailure()- Overrides:
mustRecordFailure
in classcom.logicaldoc.core.security.authentication.AuthenticationException
-