Java源码示例:javax.management.relation.InvalidRoleValueException

示例1
public SimpleRelationTestSupport(String relationId, ObjectName relationServiceName, String relationTypeName,
                                 RoleList roleList) throws InvalidRoleValueException, IllegalArgumentException
{
   super(relationId, relationServiceName, relationTypeName, roleList);
}