
Uses of Class
ca.uhn.fhir.rest.client.exceptions.NonFhirResponseException
Packages that use NonFhirResponseException
-
Uses of NonFhirResponseException in ca.uhn.fhir.rest.client.exceptions
Methods in ca.uhn.fhir.rest.client.exceptions that return NonFhirResponseExceptionModifier and TypeMethodDescriptionstatic NonFhirResponseException
NonFhirResponseException.newInstance
(int theStatusCode, String theContentType, InputStream theInputStream) static NonFhirResponseException
NonFhirResponseException.newInstance
(int theStatusCode, String theContentType, Reader theReader)