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:
- Serializable
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
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.