Uses of Class javax.management.openmbean.OpenDataException

Uses in package javax.management.openmbean

Constructors which throw type javax.management.openmbean.OpenDataException

ArrayType.ArrayType(int dim, OpenType elementType)
Constructs a new ArrayType instance for an array of the specified type with the supplied number of dimensions.
Constructs a new CompositeDataSupport instance with the specified type using the supplied arrays of field names and values.
Constructs a new CompositeDataSupport instance with the specified type using field names and values from the supplied map.
CompositeType.CompositeType(String name, String desc, String[] names, String[] descs, OpenType[] types)
Constructs a new CompositeType instance for the given type name with the specified field names, descriptions and types.
OpenType.OpenType(String className, String name, String desc)
Constructs a new OpenType for the specified class with the given name and description.
TabularType.TabularType(String name, String desc, CompositeType rowType, String[] indexNames)
Constructs a new TabularType instance for the given type name, description, row type and index names.