|
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
org.springframework.core.task.TaskTimeoutException
public class TaskTimeoutException
Exception thrown when a AsyncTaskExecutor rejects to accept
a given task for execution because of the specified timeout.
AsyncTaskExecutor.execute(Runnable, long),
TaskRejectedException,
Serialized Form| Constructor Summary | |
|---|---|
TaskTimeoutException(java.lang.String msg)
Create a new TaskTimeoutException
with the specified detail message and no root cause. |
|
TaskTimeoutException(java.lang.String msg,
java.lang.Throwable cause)
Create a new TaskTimeoutException
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 TaskTimeoutException(java.lang.String msg)
TaskTimeoutException
with the specified detail message and no root cause.
msg - the detail message
public TaskTimeoutException(java.lang.String msg,
java.lang.Throwable cause)
TaskTimeoutException
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 | ||||||||