public class InvalidResponseException extends BaseServerResponseException
| Constructor and Description |
|---|
InvalidResponseException(int theStatusCode,
String theMessage)
Constructor
|
InvalidResponseException(int theStatusCode,
String theMessage,
Throwable theCause)
Constructor
|
InvalidResponseException(int theStatusCode,
Throwable theCause)
Constructor
|
addResponseHeader, getAdditionalMessages, getOperationOutcome, getResponseBody, getResponseHeaders, getResponseMimeType, getStatusCode, hasResponseHeaders, isErrorMessageTrusted, newInstance, setErrorMessageTrusted, setOperationOutcome, setResponseBody, setResponseMimeTypeaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidResponseException(int theStatusCode, String theMessage)
theMessage - The messagepublic InvalidResponseException(int theStatusCode, String theMessage, Throwable theCause)
theMessage - The messagetheCause - The causepublic InvalidResponseException(int theStatusCode, Throwable theCause)
theCause - The underlying cause exceptionCopyright © 2014–2019 University Health Network. All rights reserved.