|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.core.task.TaskRejectedException
public class TaskRejectedException
Exception thrown when a TaskExecutor rejects to accept
a given task for execution.
TaskExecutor.execute(Runnable),
TaskTimeoutException,
Serialized Form| Constructor Summary | |
|---|---|
TaskRejectedException(java.lang.String msg)
Create a new TaskRejectedException
with the specified detail message and no root cause. |
|
TaskRejectedException(java.lang.String msg,
java.lang.Throwable cause)
Create a new TaskRejectedException
with the specified detail message and the given root cause. |
|
| Method Summary |
|---|
| Methods inherited from class org.springframework.core.NestedRuntimeException |
|---|
contains, getMessage, getMostSpecificCause, getRootCause |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TaskRejectedException(java.lang.String msg)
TaskRejectedException
with the specified detail message and no root cause.
msg - the detail message
public TaskRejectedException(java.lang.String msg,
java.lang.Throwable cause)
TaskRejectedException
with the specified detail message and the given root cause.
msg - the detail messagecause - the root cause (usually from using an underlying
API such as the java.util.concurrent package)RejectedExecutionException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||