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