javax.management
Class AttributeNotFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.management.JMException (src) 
              extended byjavax.management.OperationsException (src) 
                  extended byjavax.management.AttributeNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class AttributeNotFoundException
extends OperationsException (src)

Thrown when the attribute does not exist or cannot be retrieved.

See Also:
Serialized Form

Constructor Summary
AttributeNotFoundException()
          Construct a new AttributeNotFoundException with no message.
AttributeNotFoundException(java.lang.String message)
          Construct a new AttributeNotFoundException with the given message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AttributeNotFoundException

public AttributeNotFoundException()
Construct a new AttributeNotFoundException with no message.


AttributeNotFoundException

public AttributeNotFoundException(java.lang.String message)
Construct a new AttributeNotFoundException with the given message.

Parameters:
message - the error message.