org.springframework.core.task
public class: TaskTimeoutException [javadoc |
source]
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.core.task.TaskRejectedException
org.springframework.core.task.TaskTimeoutException
All Implemented Interfaces:
Serializable
Exception thrown when a
AsyncTaskExecutor rejects to accept
a given task for execution because of the specified timeout.
Also see:
- AsyncTaskExecutor#execute(Runnable, long)
- TaskRejectedException
- author:
Juergen - Hoeller
- since:
2.0.3 -
| Methods from java.lang.Throwable: |
|---|
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |