Class UnprocessableEntity

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.UnprocessableEntity
All Implemented Interfaces:
Serializable, HttpMessage, HttpResponse

@Response @StatusCode(422) @Schema(description="Unprocessable Entity") public class UnprocessableEntity extends BasicHttpException
Exception representing an HTTP 422 (Unprocessable Entity).

The request was well-formed but was unable to be followed due to semantic errors.

See Also: