spring-framework / org.springframework.jmx.access / MBeanInfoRetrievalException / <init>

<init>

MBeanInfoRetrievalException(msg: String)

Create a new MBeanInfoRetrievalException with the specified error message.

Parameters

msg - the detail message

MBeanInfoRetrievalException(msg: String, cause: Throwable)

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

Parameters

msg - the detail message

cause - the root cause