Class FhirClientConnectionException
- 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.FhirClientConnectionException
-
- All Implemented Interfaces:
Serializable
public class FhirClientConnectionException extends BaseServerResponseException
Represents a failure by the HAPI FHIR Client to successfully communicate with a FHIR server, because of IO failures, incomprehensible response, etc.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FhirClientConnectionException(String theMessage)FhirClientConnectionException(String theMessage, Throwable theCause)FhirClientConnectionException(Throwable theCause)
-
Method Summary
-
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
-
-
-
-
Constructor Detail
-
FhirClientConnectionException
public FhirClientConnectionException(Throwable theCause)
-
FhirClientConnectionException
public FhirClientConnectionException(String theMessage, Throwable theCause)
-
FhirClientConnectionException
public FhirClientConnectionException(String theMessage)
-
-