FileDocCategorySizeDatePackage
ListenerNotFoundException.javaAPI DocJava SE 5 API816Fri Aug 26 14:57:32 BST 2005javax.management

ListenerNotFoundException

public class ListenerNotFoundException extends OperationsException
The specified MBean listener does not exist in the repository.
since
1.5

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.

param
message the detail message.

	super(message);
    
Methods Summary