public class TooManyListenersException extends Exception
| Constructor and Description |
|---|
TooManyListenersException()
Creates a new instance of
TooManyListenersException without
detail message. |
TooManyListenersException(String msg)
Constructs an instance of
TooManyListenersException with the
specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TooManyListenersException()
TooManyListenersException without
detail message.public TooManyListenersException(String msg)
TooManyListenersException with the
specified detail message.msg - the detail message.Copyright © 2016 TeleStax, Inc.. All Rights Reserved.