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

/libcore/luni/src/main/java/java/util/concurrent/
H A DRejectedExecutionException.java16 public class RejectedExecutionException extends RuntimeException { class in inherits:RuntimeException
20 * Constructs a <tt>RejectedExecutionException</tt> with no detail message.
24 public RejectedExecutionException() { } method in class:RejectedExecutionException
27 * Constructs a <tt>RejectedExecutionException</tt> with the
34 public RejectedExecutionException(String message) { method in class:RejectedExecutionException
39 * Constructs a <tt>RejectedExecutionException</tt> with the
46 public RejectedExecutionException(String message, Throwable cause) { method in class:RejectedExecutionException
51 * Constructs a <tt>RejectedExecutionException</tt> with the
59 public RejectedExecutionException(Throwable cause) { method in class:RejectedExecutionException

Completed in 63 milliseconds