FileDocCategorySizeDatePackage
NotCompliantMBeanException.javaAPI DocJava SE 5 API877Fri Aug 26 14:57:32 BST 2005javax.management

NotCompliantMBeanException

public class NotCompliantMBeanException extends OperationsException
Exception which occurs when trying to register an object in the MBean server that is not a JMX compliant MBean.
since
1.5

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.

param
message the detail message.

      
	super(message);
    
Methods Summary