public class EsRejectedExecutionException 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 |
|---|
EsRejectedExecutionException() |
EsRejectedExecutionException(StreamInput in) |
EsRejectedExecutionException(java.lang.String message) |
EsRejectedExecutionException(java.lang.String message,
boolean isExecutorShutdown) |
EsRejectedExecutionException(java.lang.Throwable e) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isExecutorShutdown()
Checks if the thread pool that rejected the execution was terminated
shortly after the rejection.
|
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, innerToXContent, isRegistered, readException, readStackTrace, renderHeader, renderThrowable, setIndex, setIndex, setResources, setShard, setShard, toString, toXContent, toXContent, unwrapCause, writeStackTracespublic EsRejectedExecutionException(java.lang.String message,
boolean isExecutorShutdown)
public EsRejectedExecutionException(java.lang.String message)
public EsRejectedExecutionException()
public EsRejectedExecutionException(java.lang.Throwable e)
public EsRejectedExecutionException(StreamInput in) throws java.io.IOException
java.io.IOExceptionpublic RestStatus status()
ElasticsearchExceptionstatus in class ElasticsearchExceptionpublic void writeTo(StreamOutput out) throws java.io.IOException
writeTo in class ElasticsearchExceptionjava.io.IOExceptionpublic boolean isExecutorShutdown()