|
spring-context | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.jmx.JmxException
org.springframework.jmx.access.MBeanConnectFailureException
public class MBeanConnectFailureException
Thrown when an invocation failed because of an I/O problem on the MBeanServerConnection.
MBeanClientInterceptor,
Serialized Form| Constructor Summary | |
|---|---|
MBeanConnectFailureException(java.lang.String msg,
java.lang.Throwable cause)
Create a new MBeanConnectFailureException
with the specified error message and root cause. |
|
| Method Summary |
|---|
| Methods inherited from class org.springframework.core.NestedRuntimeException |
|---|
contains, getMessage, getMostSpecificCause, getRootCause |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MBeanConnectFailureException(java.lang.String msg,
java.lang.Throwable cause)
MBeanConnectFailureException
with the specified error message and root cause.
msg - the detail messagecause - the root cause
|
spring-context | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||