java.io.Serializablepublic class EsRejectedExecutionException
extends java.util.concurrent.RejectedExecutionException
| Constructor | Description |
|---|---|
EsRejectedExecutionException() |
|
EsRejectedExecutionException(java.lang.String message) |
|
EsRejectedExecutionException(java.lang.String message,
boolean isExecutorShutdown) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
isExecutorShutdown() |
Checks if the thread pool that rejected the execution was terminated
shortly after the rejection.
|
public EsRejectedExecutionException(java.lang.String message,
boolean isExecutorShutdown)
public EsRejectedExecutionException(java.lang.String message)
public EsRejectedExecutionException()
public boolean isExecutorShutdown()