public class UnableToRegisterMBeanException extends MBeanExportException
Constructor and Description |
---|
UnableToRegisterMBeanException(java.lang.String msg)
Create a new
UnableToRegisterMBeanException with the
specified error message. |
UnableToRegisterMBeanException(java.lang.String msg,
java.lang.Throwable cause)
Create a new
UnableToRegisterMBeanException with the
specified error message and root cause. |
contains, getMessage, getMostSpecificCause, getRootCause
public UnableToRegisterMBeanException(java.lang.String msg)
UnableToRegisterMBeanException
with the
specified error message.msg
- the detail messagepublic UnableToRegisterMBeanException(java.lang.String msg, java.lang.Throwable cause)
UnableToRegisterMBeanException
with the
specified error message and root cause.msg
- the detail messagecause
- the root caus