No examples for this method. 
     
 
     
      Frequently called with: [Clear]  
     
 
      
    
 
     
     
     -1 
    
 
     
     
   | java.lang.Object | |
| ↳ | java.util.concurrent.ThreadPoolExecutor.AbortPolicy | 
A handler for rejected tasks that throws a RejectedExecutionException. 
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  | 
           Creates an 
            AbortPolicy. | ||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  | 
           Always throws RejectedExecutionException.
           | ||||||||||
| [Expand] 
           Inherited Methods
           | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From class java.lang.Object | |||||||||||
|  From interface java.util.concurrent.RejectedExecutionHandler | |||||||||||
Always throws RejectedExecutionException.
| r | the runnable task requested to be executed | 
|---|---|
| e | the executor attempting to execute this task | 
| RejectedExecutionException | always. | 
|---|