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

InstanceNotFoundException

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

Fields Summary
private static final long
serialVersionUID
Constructors Summary
public InstanceNotFoundException()
Default constructor.


           
      
	super();
    
public InstanceNotFoundException(String message)
Constructor that allows a specific error message to be specified.

param
message the detail message.

	super(message);
    
Methods Summary