spring-framework / org.springframework.jmx.export / MBeanExportException / <init>

<init>

MBeanExportException(msg: String)

Create a new MBeanExportException with the specified error message.

Parameters

msg - the detail message

MBeanExportException(msg: String, cause: Throwable)

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

Parameters

msg - the detail message

cause - the root cause