public class NotCompliantMBeanException extends OperationsException
| Constructor and Description |
|---|
NotCompliantMBeanException()
Constructs a new
NotCompliantMBeanException. |
NotCompliantMBeanException(java.lang.String message)
Constructs a new
NotCompliantMBeanException
with the specified message. |
public NotCompliantMBeanException()
NotCompliantMBeanException.public NotCompliantMBeanException(java.lang.String message)
NotCompliantMBeanException
with the specified message.message - the error message to give to the user.