站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 jmx API Documentation 英文版文档

Uses of Class javax.management.relation.RelationException (JBoss/JMX API) - JBoss 4.0.1 sp1 jmx API Documentation 英文版文档


Uses of Class
javax.management.relation.RelationException

Packages that use RelationException
javax.management.relation The JBossMX relation service
 

Uses of RelationException in javax.management.relation
 

Subclasses of RelationException in javax.management.relation
 class InvalidRelationIdException
          Thrown when a relation id provided has already been used.
 class InvalidRelationServiceException
          Thrown when an invalid relation service is used.
 class InvalidRelationTypeException
          Thrown when the relation type already exists with the given name or the same name is used in different role infos or there is no role info or a null role info.
 class InvalidRoleInfoException
          Thrown when a role info has a minimum greater than its maximum.
 class InvalidRoleValueException
          Thrown when the number of MBeans passed is less the minimum or greater than the maximum degree of a role, or the an MBean has an incorrect class or an MBean does not exist.
 class RelationNotFoundException
          Thrown when there is no relation for a passed relation id.
 class RelationServiceNotRegisteredException
          Thrown when the relation service has not been registered with the MBean Server.
 class RelationTypeNotFoundException
          Thrown when a relation type is not registered with the relation service.
 class RoleInfoNotFoundException
          Thrown when the a role info with the given name doesn't exist for relation type.
 class RoleNotFoundException
          Thrown when the a role does not exist for a relation or is not readable or writable for the respective operation.
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.