类 MBeanConnectFailureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cn.taketoday.core.NestedRuntimeException
cn.taketoday.jmx.JmxException
cn.taketoday.jmx.access.MBeanConnectFailureException
- 所有已实现的接口:
Serializable
Thrown when an invocation failed because of an I/O problem on the
MBeanServerConnection.
- 从以下版本开始:
- 4.0
- 作者:
- Juergen Hoeller
- 另请参阅:
-
构造器概要
构造器构造器说明MBeanConnectFailureException(String msg, Throwable cause) Create a newMBeanConnectFailureExceptionwith the specified error message and root cause. -
方法概要
从类继承的方法 cn.taketoday.core.NestedRuntimeException
contains, getMostSpecificCause, getNestedMessage, getRootCause
-
构造器详细资料
-
MBeanConnectFailureException
Create a newMBeanConnectFailureExceptionwith the specified error message and root cause.- 参数:
msg- the detail messagecause- the root cause
-