Class Forbidden

All Implemented Interfaces:
Serializable, HttpMessage, HttpResponse

@Response @StatusCode(403) @Schema(description="Forbidden") public class Forbidden extends BasicHttpException
Exception representing an HTTP 403 (Forbidden).

The request was valid, but the server is refusing action.
The user might not have the necessary permissions for a resource, or may need an account of some sort.

See Also: