javax.management

Class ListenerNotFoundException

public class ListenerNotFoundException extends OperationsException

Thrown when a requested listener does not exist.

Since: 1.5

Constructor Summary
ListenerNotFoundException()
Constructs a new ListenerNotFoundException.
ListenerNotFoundException(String message)
Constructs a new ListenerNotFoundException with the specified message.

Constructor Detail

ListenerNotFoundException

public ListenerNotFoundException()
Constructs a new ListenerNotFoundException.

ListenerNotFoundException

public ListenerNotFoundException(String message)
Constructs a new ListenerNotFoundException with the specified message.

Parameters: message the error message to give to the user.