spring-framework / org.springframework.jmx.export / UnableToRegisterMBeanException

UnableToRegisterMBeanException

open class UnableToRegisterMBeanException : MBeanExportException

Exception thrown when we are unable to register an MBean, for example because of a naming conflict.

Author
Rob Harrop

Since
2.0

Constructors

<init>

UnableToRegisterMBeanException(msg: String)

Create a new UnableToRegisterMBeanException with the specified error message.

UnableToRegisterMBeanException(msg: String, cause: Throwable)

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