Home
last modified time | relevance | path

Searched refs:RejectedExecutionException (Results 1 – 9 of 9) sorted by relevance

/libcore/luni/src/main/java/java/util/concurrent/
DRejectedExecutionException.java16 public class RejectedExecutionException extends RuntimeException { class
24 public RejectedExecutionException() { } in RejectedExecutionException() method in RejectedExecutionException
34 public RejectedExecutionException(String message) { in RejectedExecutionException() method in RejectedExecutionException
46 public RejectedExecutionException(String message, Throwable cause) { in RejectedExecutionException() method in RejectedExecutionException
59 public RejectedExecutionException(Throwable cause) { in RejectedExecutionException() method in RejectedExecutionException
DThreadPoolExecutor.java2049 throw new RejectedExecutionException("Task " + r.toString() + in rejectedExecution()
DForkJoinPool.java863 throw new RejectedExecutionException("Queue capacity exceeded"); in growArray()
1497 throw new RejectedExecutionException(); in tryInitialize()
2174 throw new RejectedExecutionException( in tryCompensate()
/libcore/jsr166-tests/src/test/java/jsr166/
DScheduledExecutorTest.java26 import java.util.concurrent.RejectedExecutionException;
266 } catch (RejectedExecutionException success) { in testSchedule1_RejectedExecutionException()
282 } catch (RejectedExecutionException success) { in testSchedule2_RejectedExecutionException()
298 } catch (RejectedExecutionException success) { in testSchedule3_RejectedExecutionException()
314 } catch (RejectedExecutionException success) { in testScheduleAtFixedRate1_RejectedExecutionException()
330 } catch (RejectedExecutionException success) { in testScheduleWithFixedDelay1_RejectedExecutionException()
DScheduledExecutorSubclassTest.java25 import java.util.concurrent.RejectedExecutionException;
322 } catch (RejectedExecutionException success) { in testSchedule1_RejectedExecutionException()
338 } catch (RejectedExecutionException success) { in testSchedule2_RejectedExecutionException()
354 } catch (RejectedExecutionException success) { in testSchedule3_RejectedExecutionException()
370 } catch (RejectedExecutionException success) { in testScheduleAtFixedRate1_RejectedExecutionException()
386 } catch (RejectedExecutionException success) { in testScheduleWithFixedDelay1_RejectedExecutionException()
DThreadPoolExecutorTest.java28 import java.util.concurrent.RejectedExecutionException;
1074 } catch (RejectedExecutionException success) {} in testSaturatedExecute()
1100 } catch (RejectedExecutionException success) {} in testSaturatedSubmitRunnable()
1126 } catch (RejectedExecutionException success) {} in testSaturatedSubmitCallable()
1229 } catch (RejectedExecutionException success) {} in testRejectedExecutionExceptionOnShutdown()
2031 catch (RejectedExecutionException ignore) {}
DForkJoinPoolTest.java27 import java.util.concurrent.RejectedExecutionException;
363 } catch (RejectedExecutionException success) {}
DThreadPoolExecutorSubclassTest.java27 import java.util.concurrent.RejectedExecutionException;
1157 } catch (RejectedExecutionException success) {} in testSaturatedExecute()
1258 } catch (RejectedExecutionException success) {} in testRejectedExecutionExceptionOnShutdown()
/libcore/
Dnon_openjdk_java_files.mk129 luni/src/main/java/java/util/concurrent/RejectedExecutionException.java \