javax.management

Class NotCompliantMBeanException

public class NotCompliantMBeanException extends OperationsException

Thrown when a management bean is passed to a method (e.g. to an MBean server to be registered) and it fails to comply with the specifications for such a bean.

Since: 1.5

Constructor Summary
NotCompliantMBeanException()
Constructs a new NotCompliantMBeanException.
NotCompliantMBeanException(String message)
Constructs a new NotCompliantMBeanException with the specified message.

Constructor Detail

NotCompliantMBeanException

public NotCompliantMBeanException()
Constructs a new NotCompliantMBeanException.

NotCompliantMBeanException

public NotCompliantMBeanException(String message)
Constructs a new NotCompliantMBeanException with the specified message.

Parameters: message the error message to give to the user.