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