|
spring-core | ||||||||
| 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
java.util.concurrent.RejectedExecutionException
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 java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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
|
spring-core | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||