public class PayloadTooLargeException 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 |
|---|
PayloadTooLargeException(String theMessage) |
PayloadTooLargeException(String theMessage,
IBaseOperationOutcome theOperationOutcome)
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 static final int STATUS_CODE
public PayloadTooLargeException(String theMessage)
public PayloadTooLargeException(String theMessage, IBaseOperationOutcome theOperationOutcome)
theMessage - The messagetheOperationOutcome - The OperationOutcome resource to return to the clientCopyright © 2014–2019 University Health Network. All rights reserved.