Class InvalidResponseException
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.InvalidResponseException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionInvalidResponseException
(String theMessage, int theStatusCode) ConstructorInvalidResponseException
(String theMessage, int theStatusCode, Throwable theCause) ConstructorInvalidResponseException
(Throwable theCause, int theStatusCode) Constructor -
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 Details
-
InvalidResponseException
Constructor- Parameters:
theMessage
- The message
-
InvalidResponseException
Constructor- Parameters:
theMessage
- The messagetheCause
- The cause
-
InvalidResponseException
Constructor- Parameters:
theCause
- The underlying cause exception
-