Class MBeanServerNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.jmx.JmxException
org.springframework.jmx.MBeanServerNotFoundException
- All Implemented Interfaces:
- Serializable
Exception thrown when we cannot locate an instance of an 
MBeanServer,
 or when more than one instance is found.- Since:
- 1.2
- Author:
- Rob Harrop, Juergen Hoeller
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionCreate a newMBeanServerNotFoundExceptionwith the supplied error message.MBeanServerNotFoundException(String msg, Throwable cause) Create a newMBeanServerNotFoundExceptionwith 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- 
MBeanServerNotFoundExceptionCreate a newMBeanServerNotFoundExceptionwith the supplied error message.- Parameters:
- msg- the error message
 
- 
MBeanServerNotFoundException
 
-