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
Exception thrown in case of failure when exporting an MBean.
- Since:
- 2.0
- Author:
- Rob Harrop
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionCreate a newMBeanExportExceptionwith the specified error message.MBeanExportException(String msg, Throwable cause) Create a newMBeanExportExceptionwith the specified error message and root cause.
- 
Method SummaryMethods inherited from class NestedRuntimeExceptioncontains, getMostSpecificCause, getRootCauseMethods inherited from class ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
MBeanExportExceptionCreate a newMBeanExportExceptionwith the specified error message.- Parameters:
- msg- the detail message
 
- 
MBeanExportException
 
-