KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > management > AttributeNotFoundException

javax.management
Class AttributeNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.management.JMException
              extended by javax.management.OperationsException
                  extended by javax.management.AttributeNotFoundException
All Implemented Interfaces:
Serializable
See Also:
Top Examples, Source Code

public AttributeNotFoundException()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public AttributeNotFoundException(String message)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags