public class

NotCompliantMBeanException

extends OperationsException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ javax.management.JMException
         ↳ javax.management.OperationsException
           ↳ javax.management.NotCompliantMBeanException

Class Overview

Exception which occurs when trying to register an object in the MBean server that is not a JMX compliant MBean.

Summary

Public Constructors
NotCompliantMBeanException()
Default constructor.
NotCompliantMBeanException(String message)
Constructor that allows a specific error message to be specified.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public NotCompliantMBeanException ()

Default constructor.

public NotCompliantMBeanException (String message)

Constructor that allows a specific error message to be specified.

Parameters
message the detail message.