This runtime exception is thrown to indicate that a method parameter which was expected to be
an item name of a composite data or a row index of a tabular data is not valid.
This runtime exception is thrown to indicate that the index of a row to be added to a tabular data instance
is already used to refer to another row in this tabular data instance.
This 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.
The OpenMBeanInfoSupport class describes the management information of an open MBean:
it is a subclass of
javax.management.MBeanInfo , and it implements the
OpenMBeanInfo interface.
The SimpleType class is the open type class whose instances describe
all open data values which are neither arrays,
nor
CompositeDataCompositeData values,
nor
TabularDataTabularData values.
The TabularDataSupport class is the open data class which implements the TabularData
and the Map interfaces, and which is internally based on a hash map data structure.