Class NonFhirResponseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ca.uhn.fhir.rest.server.exceptions.BaseServerResponseException
ca.uhn.fhir.rest.client.exceptions.NonFhirResponseException
- All Implemented Interfaces:
Serializable
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic NonFhirResponseException
newInstance
(int theStatusCode, String theContentType, InputStream theInputStream) static NonFhirResponseException
newInstance
(int theStatusCode, String theContentType, Reader theReader) Methods inherited from class ca.uhn.fhir.rest.server.exceptions.BaseServerResponseException
addResponseHeader, getAdditionalMessages, getOperationOutcome, getResponseBody, getResponseHeaders, getResponseMimeType, getStatusCode, hasResponseHeaders, isErrorMessageTrusted, newInstance, setErrorMessageTrusted, setOperationOutcome, setResponseBody, setResponseMimeType
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
newInstance
public static NonFhirResponseException newInstance(int theStatusCode, String theContentType, InputStream theInputStream) -
newInstance
public static NonFhirResponseException newInstance(int theStatusCode, String theContentType, Reader theReader)
-