public class ListenerNotFoundException extends OperationsException
| Constructor and Description |
|---|
ListenerNotFoundException()
Constructs a new
ListenerNotFoundException. |
ListenerNotFoundException(java.lang.String message)
Constructs a new
ListenerNotFoundException
with the specified message. |
public ListenerNotFoundException()
ListenerNotFoundException.public ListenerNotFoundException(java.lang.String message)
ListenerNotFoundException
with the specified message.message - the error message to give to the user.