
Class FhirClientInappropriateForServerException
- 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.FhirClientInappropriateForServerException
-
- All Implemented Interfaces:
Serializable
public class FhirClientInappropriateForServerException extends BaseServerResponseException
This exception will be thrown by FHIR clients if the client attempts to communicate with a server which is a valid FHIR server but is incompatible with this client for some reason.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FhirClientInappropriateForServerException(String theMessage)
FhirClientInappropriateForServerException(String theMessage, Throwable theCause)
FhirClientInappropriateForServerException(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
-
FhirClientInappropriateForServerException
public FhirClientInappropriateForServerException(Throwable theCause)
-
FhirClientInappropriateForServerException
public FhirClientInappropriateForServerException(String theMessage, Throwable theCause)
-
FhirClientInappropriateForServerException
public FhirClientInappropriateForServerException(String theMessage)
-
-