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

AttributeNotFoundException

public class AttributeNotFoundException extends OperationsException
The specified attribute does not exist or cannot be retrieved.
since
1.5

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


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

param
message detail message.

	super(message);
    
Methods Summary