public class ListenerNotFoundException extends OperationsException
Constructor and Description |
---|
ListenerNotFoundException()
Constructs a new
ListenerNotFoundException . |
ListenerNotFoundException(String message)
Constructs a new
ListenerNotFoundException
with the specified message. |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ListenerNotFoundException()
ListenerNotFoundException
.public ListenerNotFoundException(String message)
ListenerNotFoundException
with the specified message.message
- the error message to give to the user.