站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Spring Framework 2.0.5 API 文档英文版

Uses of Class org.springframework.core.task.TaskRejectedException (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版

The Spring Framework

Uses of Class
org.springframework.core.task.TaskRejectedException

Packages that use TaskRejectedException
org.springframework.core.task This package defines Spring's core TaskExecutor abstraction, and provides SyncTaskExecutor and SimpleAsyncTaskExecutor implementations. 
 

Uses of TaskRejectedException in org.springframework.core.task
 

Subclasses of TaskRejectedException in org.springframework.core.task
 class TaskTimeoutException
          Exception thrown when a AsyncTaskExecutor rejects to accept a given task for execution because of the specified timeout.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.