java.util.concurrent
public
static
class
java.util.concurrent.ThreadPoolExecutor.AbortPolicy
A handler for rejected tasks that throws a
RejectedExecutionException.
Summary
Public Constructors
Public Methods
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Public Constructors
public
ThreadPoolExecutor.AbortPolicy()
Creates an AbortPolicy.
Public Methods
Always throws RejectedExecutionException.
Parameters
r
| the runnable task requested to be executed |
e
| the executor attempting to execute this task |