ListenerNotFoundExceptionpublic class ListenerNotFoundException extends OperationsException The specified MBean listener does not exist in the repository. |
Fields Summary |
---|
private static final long | serialVersionUID |
Constructors Summary |
---|
public ListenerNotFoundException()Default constructor.
super();
| public ListenerNotFoundException(String message)Constructor that allows a specific error message to be specified.
super(message);
|
|