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

/openjdk7/jdk/src/share/classes/java/util/
H A DTooManyListenersException.java30 * The <code> TooManyListenersException </code> Exception is used as part of
35 * The presence of a "throws TooManyListenersException" clause on any given
50 public class TooManyListenersException extends Exception { class in inherits:Exception
54 * Constructs a TooManyListenersException with no detail message.
58 public TooManyListenersException() { method in class:TooManyListenersException
63 * Constructs a TooManyListenersException with the specified detail message.
68 public TooManyListenersException(String s) { method in class:TooManyListenersException

Completed in 30 milliseconds