org.springframework.jmx.export
Class MBeanExportException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.jmx.JmxException
org.springframework.jmx.export.MBeanExportException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- UnableToRegisterMBeanException
public class MBeanExportException
- extends JmxException
Exception thrown in case of failure when exporting an MBean.
- Since:
- 2.0
- Author:
- Rob Harrop
- See Also:
MBeanExportOperations
,
Serialized Form
MBeanExportException
public MBeanExportException(String msg)
- Create a new
MBeanExportException
with the
specified error message.
- Parameters:
msg
- the detail message
MBeanExportException
public MBeanExportException(String msg,
Throwable cause)
- Create a new
MBeanExportException
with the
specified error message and root cause.
- Parameters:
msg
- the detail messagecause
- the root cause