| Package | Description | 
|---|---|
| javax.management | Provides the core classes for the Java Management Extensions. | 
| javax.management.openmbean | Provides the open data types and Open MBean descriptor classes. | 
| javax.management.relation | Provides the definition of the Relation Service. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AttributeNotFoundExceptionThe specified attribute does not exist or cannot be retrieved. | 
| class  | InstanceAlreadyExistsExceptionThe MBean is already registered in the repository. | 
| class  | InstanceNotFoundExceptionThe specified MBean does not exist in the repository. | 
| class  | IntrospectionExceptionAn exception occurred during the introspection of an MBean. | 
| class  | InvalidAttributeValueExceptionThe value specified is not valid for the attribute. | 
| class  | ListenerNotFoundExceptionThe specified MBean listener does not exist in the repository. | 
| class  | MalformedObjectNameExceptionThe format of the string does not correspond to a valid ObjectName. | 
| class  | MBeanExceptionRepresents "user defined" exceptions thrown by MBean methods
 in the agent. | 
| class  | MBeanRegistrationExceptionWraps exceptions thrown by the preRegister(), preDeregister() methods
 of the  MBeanRegistrationinterface. | 
| class  | NotCompliantMBeanExceptionException which occurs when trying to register an  object in the MBean server that is not a JMX compliant MBean. | 
| class  | OperationsExceptionRepresents exceptions thrown in the MBean server when performing operations
 on MBeans. | 
| class  | ReflectionExceptionRepresents exceptions thrown in the MBean server when using the
 java.lang.reflect classes to invoke methods on MBeans. | 
| class  | ServiceNotFoundExceptionRepresents exceptions raised when a requested service is not supported. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | OpenDataExceptionThis checked exception is thrown when an open type, an open data  or an open MBean metadata info instance
 could not be constructed because one or more validity constraints were not met. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | InvalidRelationIdExceptionThis exception is raised when relation id provided for a relation is already
 used. | 
| class  | InvalidRelationServiceExceptionThis exception is raised when an invalid Relation Service is provided. | 
| class  | InvalidRelationTypeExceptionInvalid relation type. | 
| class  | InvalidRoleInfoExceptionThis exception is raised when, in a role info, its minimum degree is greater
 than its maximum degree. | 
| class  | InvalidRoleValueExceptionRole value is invalid. | 
| class  | RelationExceptionThis class is the superclass of any exception which can be raised during
 relation management. | 
| class  | RelationNotFoundExceptionThis exception is raised when there is no relation for a given relation id
 in a Relation Service. | 
| class  | RelationServiceNotRegisteredExceptionThis exception is raised when an access is done to the Relation Service and
 that one is not registered. | 
| class  | RelationTypeNotFoundExceptionThis exception is raised when there is no relation type with given name in
 Relation Service. | 
| class  | RoleInfoNotFoundExceptionThis exception is raised when there is no role info with given name in a
 given relation type. | 
| class  | RoleNotFoundExceptionThis exception is raised when a role in a relation does not exist, or is not
 readable, or is not settable. | 
 Submit a bug or feature 
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
 Copyright © 1993, 2015, Oracle and/or its affiliates.  All rights reserved.