Class MaxTenantsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.logicaldoc.core.security.authentication.AuthenticationException
-
- com.logicaldoc.enterprise.security.exception.QuotaException
-
- com.logicaldoc.enterprise.security.exception.MaxTenantsException
-
- All Implemented Interfaces:
Serializable
public class MaxTenantsException extends QuotaException
Raised when the max number of users was reached- Since:
- 7.5
- Author:
- Marco Meschieri - LogicalDOC
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MaxTenantsException()
-
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, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Method Detail
-
mustRecordFailure
public boolean mustRecordFailure()
- Overrides:
mustRecordFailure
in classQuotaException
-
-