Package org.springframework.jmx.access
Class MBeanConnectFailureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.jmx.JmxException
org.springframework.jmx.access.MBeanConnectFailureException
- All Implemented Interfaces:
Serializable
Thrown when an invocation failed because of an I/O problem on the
MBeanServerConnection.
- Since:
- 2.5.6
- Author:
- Juergen Hoeller
- See Also:
-
Constructor Summary
ConstructorDescriptionMBeanConnectFailureException
(String msg, Throwable cause) Create a newMBeanConnectFailureException
with the specified error message and root cause. -
Method Summary
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getMostSpecificCause, getRootCause
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MBeanConnectFailureException
Create a newMBeanConnectFailureException
with the specified error message and root cause.- Parameters:
msg
- the detail messagecause
- the root cause
-