public class

MBeanExportException

extends JmxException
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
Known Direct Subclasses

Class Overview

Exception thrown in case of failure when exporting an MBean.

Summary

Public Constructors
MBeanExportException(String msg)
Create a new MBeanExportException with the specified error message.
MBeanExportException(String msg, Throwable cause)
Create a new MBeanExportException with the specified error message and root cause.
[Expand]
Inherited Methods
From class org.springframework.core.NestedRuntimeException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public MBeanExportException (String msg)

Create a new MBeanExportException with the specified error message.

Parameters
msg the detail message

public MBeanExportException (String msg, Throwable cause)

Create a new MBeanExportException with the specified error message and root cause.

Parameters
msg the detail message
cause the root cause