java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.renomad.minum.security.ForbiddenUseException
- All Implemented Interfaces:
Serializable
This is thrown when the user action is prevented by a
restriction we put on the system.
For example, no user is allowed to send more than Constants.MAX_READ_LINE_SIZE_BYTES to an endpoint. If they do, we'll stop reading and throw this exception.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ForbiddenUseException
-