Class ForbiddenUseException

All Implemented Interfaces:
Serializable

public final class ForbiddenUseException extends RuntimeException
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: