public class CircuitBreakingException extends ElasticsearchException
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsREST_EXCEPTION_SKIP_CAUSE, REST_EXCEPTION_SKIP_CAUSE_DEFAULT, REST_EXCEPTION_SKIP_STACK_TRACE, REST_EXCEPTION_SKIP_STACK_TRACE_DEFAULTEMPTY_PARAMS| Constructor and Description |
|---|
CircuitBreakingException(StreamInput in) |
CircuitBreakingException(String message) |
CircuitBreakingException(String message,
long bytesWanted,
long byteLimit) |
| Modifier and Type | Method and Description |
|---|---|
long |
getByteLimit() |
long |
getBytesWanted() |
protected void |
innerToXContent(XContentBuilder builder,
ToXContent.Params params)
Renders additional per exception information into the xcontent
|
RestStatus |
status()
Returns the rest status code associated with this exception.
|
void |
writeTo(StreamOutput out) |
addHeader, addHeader, causeToXContent, contains, getDetailedMessage, getExceptionName, getExceptionName, getHeader, getHeaderKeys, getId, getIndex, getResourceId, getResourceType, getRootCause, getShardId, guessRootCauses, guessRootCauses, isRegistered, readException, readStackTrace, renderHeader, renderThrowable, setIndex, setIndex, setResources, setShard, toString, toXContent, toXContent, unwrapCause, writeStackTracesaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic CircuitBreakingException(String message)
public CircuitBreakingException(StreamInput in) throws IOException
IOExceptionpublic CircuitBreakingException(String message, long bytesWanted, long byteLimit)
public void writeTo(StreamOutput out) throws IOException
writeTo in class ElasticsearchExceptionIOExceptionpublic long getBytesWanted()
public long getByteLimit()
public RestStatus status()
ElasticsearchExceptionstatus in class ElasticsearchExceptionprotected void innerToXContent(XContentBuilder builder, ToXContent.Params params) throws IOException
ElasticsearchExceptioninnerToXContent in class ElasticsearchExceptionIOExceptionCopyright © 2009–2017. All rights reserved.