Top Description Fields Constructors
javax.management

public Class NotCompliantMBeanException

extends OperationsException
Class Inheritance

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

Field Summary

Modifier and TypeField and Description
private static final long

Constructor Summary

AccessConstructor and Description
public
NotCompliantMBeanException()

Default constructor.

public
NotCompliantMBeanException(String
the detail message.
message
)

Constructor that allows a specific error message to be specified.

Field Detail

serialVersionUIDback to summary
private static final long serialVersionUID

Hides javax.management.OperationsException.serialVersionUID.

Constructor Detail

NotCompliantMBeanExceptionback to summary
public NotCompliantMBeanException()

Default constructor.

NotCompliantMBeanExceptionback to summary
public NotCompliantMBeanException(String message)

Constructor that allows a specific error message to be specified.

Parameters
message:String

the detail message.