OpenDataExceptionpublic class OpenDataException extends JMException 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. |
Fields Summary |
---|
private static final long | serialVersionUID |
Constructors Summary |
---|
public OpenDataException()An OpenDataException with no detail message.
super();
| public OpenDataException(String msg)An OpenDataException with a detail message.
super(msg);
|
|