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 SummaryConstructorsConstructorDescriptionMBeanConnectFailureException(String msg, Throwable cause) Create a newMBeanConnectFailureExceptionwith the specified error message and root cause.
- 
Method SummaryMethods inherited from class org.springframework.core.NestedRuntimeExceptioncontains, getMostSpecificCause, getRootCauseMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
MBeanConnectFailureExceptionCreate a newMBeanConnectFailureExceptionwith the specified error message and root cause.- Parameters:
- msg- the detail message
- cause- the root cause
 
 
-