Class InvalidRequestException

All Implemented Interfaces:
Serializable

Represents an HTTP 400 Bad Request response. This status indicates that the client's message was invalid (e.g. not a valid FHIR Resource per the specifications), as opposed to the UnprocessableEntityException which indicates that data does not pass business rule validation on the server.

Note that a complete list of RESTful exceptions is available in the Package Summary.

See Also: