public class InternalErrorException extends BaseServerResponseException
Note that a complete list of RESTful exceptions is available in the Package Summary.
| Modifier and Type | Field and Description |
|---|---|
static int |
STATUS_CODE |
| Constructor and Description |
|---|
InternalErrorException(String theMessage) |
InternalErrorException(String theMessage,
IBaseOperationOutcome theOperationOutcome)
Constructor
|
InternalErrorException(String theMessage,
Throwable theCause) |
InternalErrorException(Throwable theCause) |
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 static final int STATUS_CODE
public InternalErrorException(String theMessage, IBaseOperationOutcome theOperationOutcome)
theMessage - The messagetheOperationOutcome - The OperationOutcome resource to return to the clientpublic InternalErrorException(String theMessage)
public InternalErrorException(String theMessage, Throwable theCause)
public InternalErrorException(Throwable theCause)
Copyright © 2014–2019 University Health Network. All rights reserved.