Searched refs:RejectedExecutionException (Results 1 – 9 of 9) sorted by relevance
16 public class RejectedExecutionException extends RuntimeException { class24 public RejectedExecutionException() { } in RejectedExecutionException() method in RejectedExecutionException34 public RejectedExecutionException(String message) { in RejectedExecutionException() method in RejectedExecutionException46 public RejectedExecutionException(String message, Throwable cause) { in RejectedExecutionException() method in RejectedExecutionException59 public RejectedExecutionException(Throwable cause) { in RejectedExecutionException() method in RejectedExecutionException
2049 throw new RejectedExecutionException("Task " + r.toString() + in rejectedExecution()
863 throw new RejectedExecutionException("Queue capacity exceeded"); in growArray()1497 throw new RejectedExecutionException(); in tryInitialize()2174 throw new RejectedExecutionException( in tryCompensate()
26 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()
25 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()
28 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) {}
27 import java.util.concurrent.RejectedExecutionException;363 } catch (RejectedExecutionException success) {}
27 import java.util.concurrent.RejectedExecutionException;1157 } catch (RejectedExecutionException success) {} in testSaturatedExecute()1258 } catch (RejectedExecutionException success) {} in testRejectedExecutionExceptionOnShutdown()
129 luni/src/main/java/java/util/concurrent/RejectedExecutionException.java \