Package java.util
Class TooManyListenersException

Public Constructor TooManyListenersException

TooManyListenersException()

TooManyListenersException(String detail)

_INSERT_METHOD_SIGNATURE_HERE_

Description:

constructor TooManyListenersException():

Constructs a TooManyListenersException with no detailed message.

constructor TooManyListenersException(String s):

Constructs a TooManyListenersException with a detailed message for later retrieval.