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
public class NonFhirResponseException extends BaseServerResponseException
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static NonFhirResponseExceptionnewInstance(int theStatusCode, String theContentType, InputStream theInputStream)static NonFhirResponseExceptionnewInstance(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 Detail
-
newInstance
public static NonFhirResponseException newInstance(int theStatusCode, String theContentType, InputStream theInputStream)
-
newInstance
public static NonFhirResponseException newInstance(int theStatusCode, String theContentType, Reader theReader)
-
-