Class UnavailableForLegalReasons

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.juneau.BasicRuntimeException
org.apache.juneau.http.response.BasicHttpException
org.apache.juneau.http.response.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: