public class MBeanExportException extends JmxException
MBeanExportOperations, 
Serialized Form| Constructor 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, getRootCausepublic 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