Class MaxGuestsException
- 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.MaxGuestsException
-
- All Implemented Interfaces:
Serializable
public class MaxGuestsException extends QuotaException
Raised when the max guests was reached- Since:
- 8.1.2
- Author:
- Marco Meschieri - LogicalDOC
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MaxGuestsException()
MaxGuestsException(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, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Constructor Detail
-
MaxGuestsException
public MaxGuestsException()
-
MaxGuestsException
public MaxGuestsException(String message)
-
-
Method Detail
-
mustRecordFailure
public boolean mustRecordFailure()
- Overrides:
mustRecordFailure
in classQuotaException
-
-