|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.springframework.core.NestedRuntimeException org.springframework.jmx.JmxException org.springframework.jmx.access.MBeanInfoRetrievalException
public class MBeanInfoRetrievalException
Thrown if an exception is encountered when trying to retrieve MBean metadata.
MBeanClientInterceptor
,
MBeanProxyFactoryBean
,
Serialized FormConstructor Summary | |
---|---|
MBeanInfoRetrievalException(java.lang.String msg)
Create a new MBeanInfoRetrievalException with the
specified error message. |
|
MBeanInfoRetrievalException(java.lang.String msg,
java.lang.Throwable cause)
Create a new MBeanInfoRetrievalException 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 MBeanInfoRetrievalException(java.lang.String msg)
MBeanInfoRetrievalException
with the
specified error message.
msg
- the detail messagepublic MBeanInfoRetrievalException(java.lang.String msg, java.lang.Throwable cause)
MBeanInfoRetrievalException
with the
specified error message and root cause.
msg
- the detail messagecause
- the root cause
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |