Class UnavailableForLegalReasons

All Implemented Interfaces:
Serializable, HttpMessage, HttpResponse

@Response @StatusCode(451) @Schema(description="Unavailable For Legal Reasons") public class UnavailableForLegalReasons extends BasicHttpException
Exception representing an HTTP 451 (Unavailable For Legal Reasons).

A server operator has received a legal demand to deny access to a resource or to a set of resources that includes the requested resource.

See Also: