public class EsRejectedExecutionException extends ElasticsearchException
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params
Writeable.Reader<V>, Writeable.Writer<V>
REST_EXCEPTION_SKIP_STACK_TRACE, REST_EXCEPTION_SKIP_STACK_TRACE_DEFAULT
EMPTY_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)
Write this into the StreamOutput.
|
addHeader, addHeader, addMetadata, addMetadata, failureFromXContent, fromXContent, generateFailureXContent, generateThrowableXContent, getDetailedMessage, getExceptionName, getExceptionName, getHeader, getHeaderKeys, getHeaders, getId, getIndex, getMetadata, getMetadata, getMetadataKeys, getResourceId, getResourceType, getRootCause, getShardId, guessRootCauses, guessRootCauses, innerToXContent, isRegistered, metadataToXContent, readException, readStackTrace, setIndex, setIndex, setResources, setShard, toString, toXContent, unwrapCause, writeStackTraces
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
isFragment
public 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.IOException
public RestStatus status()
ElasticsearchException
status
in class ElasticsearchException
public void writeTo(StreamOutput out) throws java.io.IOException
Writeable
writeTo
in interface Writeable
writeTo
in class ElasticsearchException
java.io.IOException
public boolean isExecutorShutdown()