Class JmxException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.jmx.JmxException
- All Implemented Interfaces:
 Serializable
- Direct Known Subclasses:
 InvalidMetadataException,InvocationFailureException,MBeanConnectFailureException,MBeanExportException,MBeanInfoRetrievalException,MBeanServerNotFoundException,UnableToSendNotificationException
General base exception to be thrown on JMX errors.
 Unchecked since JMX failures are usually fatal.
- Since:
 - 2.0
 - Author:
 - Juergen Hoeller
 - See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionJmxException(String msg) Constructor for JmxException.JmxException(String msg, Throwable cause) Constructor for JmxException. - 
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
- 
JmxException
 - 
JmxException
 
 -