Uses of Package
ca.uhn.fhir.rest.server.exceptions
-
Classes in ca.uhn.fhir.rest.server.exceptions used by ca.uhn.fhir.fluentpath Class Description BaseServerResponseException Base class for RESTful client and server exceptions.InternalErrorException Represents an HTTP 500 Internal Error response. -
Classes in ca.uhn.fhir.rest.server.exceptions used by ca.uhn.fhir.model.api Class Description InvalidRequestException Represents an HTTP 400 Bad Request response. -
Classes in ca.uhn.fhir.rest.server.exceptions used by ca.uhn.fhir.rest.client.exceptions Class Description BaseServerResponseException Base class for RESTful client and server exceptions. -
Classes in ca.uhn.fhir.rest.server.exceptions used by ca.uhn.fhir.rest.param Class Description InvalidRequestException Represents an HTTP 400 Bad Request response. -
Classes in ca.uhn.fhir.rest.server.exceptions used by ca.uhn.fhir.rest.param.binder Class Description InternalErrorException Represents an HTTP 500 Internal Error response.InvalidRequestException Represents an HTTP 400 Bad Request response. -
Classes in ca.uhn.fhir.rest.server.exceptions used by ca.uhn.fhir.rest.server.exceptions Class Description AuthenticationException Represents an HTTP 401 Client Unauthorized response, which means that the client needs to provide credentials, or has provided invalid credentials.BaseServerResponseException Base class for RESTful client and server exceptions.ResourceVersionNotSpecifiedException Deprecated.UsePreconditionFailedExceptioninstead - This exception is strangely named and will be removed at some point. -
Classes in ca.uhn.fhir.rest.server.exceptions used by ca.uhn.fhir.validation Class Description ResourceNotFoundException Represents an HTTP 404 Resource Not Found response, which means that the request is pointing to a resource that does not exist.