Package org.springframework.jmx.access
Class MBeanInfoRetrievalException
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
- All Implemented Interfaces:
 Serializable
Thrown if an exception is encountered when trying to retrieve
 MBean metadata.
- Since:
 - 1.2
 - Author:
 - Rob Harrop, Juergen Hoeller
 - See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionCreate a newMBeanInfoRetrievalExceptionwith the specified error message.MBeanInfoRetrievalException(String msg, Throwable cause) Create a newMBeanInfoRetrievalExceptionwith the specified error message and root cause. - 
Method Summary
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getMostSpecificCause, getRootCauseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
MBeanInfoRetrievalException
Create a newMBeanInfoRetrievalExceptionwith the specified error message.- Parameters:
 msg- the detail message
 - 
MBeanInfoRetrievalException
Create a newMBeanInfoRetrievalExceptionwith the specified error message and root cause.- Parameters:
 msg- the detail messagecause- the root cause
 
 -