javax.management

Class AttributeNotFoundException

public class AttributeNotFoundException extends OperationsException

Thrown when a attribute is requested but can not be found.

Since: 1.5

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

Constructor Detail

AttributeNotFoundException

public AttributeNotFoundException()
Constructs a new AttributeNotFoundException.

AttributeNotFoundException

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

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