open class TaskTimeoutException : TaskRejectedException
Exception thrown when a AsyncTaskExecutor rejects to accept a given task for execution because of the specified timeout.
Author
Juergen Hoeller
Since
2.0.3
See Also
AsyncTaskExecutor#execute(Runnable, long)TaskRejectedException
TaskTimeoutException(msg: String)
Create a new TaskTimeoutException(msg: String, cause: Throwable)
Create a new |