javax.management
public class AttributeNotFoundException extends OperationsException
Since: 1.5
Constructor Summary | |
---|---|
AttributeNotFoundException()
Constructs a new AttributeNotFoundException . | |
AttributeNotFoundException(String message)
Constructs a new AttributeNotFoundException
with the specified message.
|
AttributeNotFoundException
.AttributeNotFoundException
with the specified message.
Parameters: message the error message to give to the user.