spring-framework / org.springframework.jmx / MBeanServerNotFoundException / <init>

<init>

MBeanServerNotFoundException(msg: String)

Create a new MBeanServerNotFoundException with the supplied error message.

Parameters

msg - the error message

MBeanServerNotFoundException(msg: String, cause: Throwable)

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

Parameters

msg - the error message

cause - the root cause