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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description QuotaException(com.logicaldoc.core.security.authentication.Authenticator authenticator, String message)
QuotaException(String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
mustRecordFailure()
-
Methods inherited from class com.logicaldoc.core.security.authentication.AuthenticationException
getAuthenticator, setAuthenticator, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-