Class UnprocessableEntityException

  • All Implemented Interfaces:
    Serializable

    public class UnprocessableEntityException
    extends RestApiException
    Resource referenced in the request body is not found (HTTP 422 Unprocessable Entity).
    See Also:
    Serialized Form
    • Constructor Detail

      • UnprocessableEntityException

        public UnprocessableEntityException​(String msg)
      • UnprocessableEntityException

        public UnprocessableEntityException​(String msg,
                                            Throwable cause)