Searched defs:RejectedExecutionException (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/concurrent/
H A DRejectedExecutionException.java45 public class RejectedExecutionException extends RuntimeException { class in inherits:RuntimeException
49 * Constructs a {@code RejectedExecutionException} with no detail message.
53 public RejectedExecutionException() { } method in class:RejectedExecutionException
56 * Constructs a {@code RejectedExecutionException} with the
63 public RejectedExecutionException(String message) { method in class:RejectedExecutionException
68 * Constructs a {@code RejectedExecutionException} with the
75 public RejectedExecutionException(String message, Throwable cause) { method in class:RejectedExecutionException
80 * Constructs a {@code RejectedExecutionException} with the
88 public RejectedExecutionException(Throwable cause) { method in class:RejectedExecutionException

Completed in 17 milliseconds