public class NotCompliantMBeanException extends OperationsException
| Constructor and Description |
|---|
NotCompliantMBeanException()
Constructs a new
NotCompliantMBeanException. |
NotCompliantMBeanException(String message)
Constructs a new
NotCompliantMBeanException
with the specified message. |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NotCompliantMBeanException()
NotCompliantMBeanException.public NotCompliantMBeanException(String message)
NotCompliantMBeanException
with the specified message.message - the error message to give to the user.