NotCompliantMBeanExceptionpublic class NotCompliantMBeanException extends OperationsException Exception which occurs when trying to register an object in the MBean server that is not a JMX compliant MBean. |
Fields Summary |
---|
private static final long | serialVersionUID |
Constructors Summary |
---|
public NotCompliantMBeanException()Default constructor.
super();
| public NotCompliantMBeanException(String message)Constructor that allows a specific error message to be specified.
super(message);
|
|