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()
MaxTenantsException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
MaxTenantsException
public MaxTenantsException()
-
MaxTenantsException
public MaxTenantsException(String message)
-
-