javax.management
Class NotCompliantMBeanException

java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.management.JMException
javax.management.OperationsException
javax.management.NotCompliantMBeanException
- All Implemented Interfaces:
- java.io.Serializable
- public class NotCompliantMBeanException
- extends OperationsException
Thrown when trying to register an MBean that does not conform the
JMX specification.
- Version:
- $Revision: 1.2 $
| Nested classes inherited from class java.lang.Throwable |
|
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NotCompliantMBeanException
public NotCompliantMBeanException()
- Construct a new NotCompliantMBeanException with no message.
NotCompliantMBeanException
public NotCompliantMBeanException(java.lang.String message)
- Construct a new NotCompliantMBeanException with the given message.