spring-framework / org.springframework.jmx.access / MBeanConnectFailureException

MBeanConnectFailureException

open class MBeanConnectFailureException : JmxException

Thrown when an invocation failed because of an I/O problem on the MBeanServerConnection.

Author
Juergen Hoeller

Since
2.5.6

See Also
MBeanClientInterceptor

Constructors

<init>

MBeanConnectFailureException(msg: String, cause: Throwable)

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