当前页面:
在线文档首页 >
Spring Framework 2.0.5 API 文档英文版
MBeanServerNotFoundException (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版
org.springframework.jmx
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
public class MBeanServerNotFoundException
- extends JmxException
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:
JmxUtils.locateMBeanServer()
,
Serialized Form
MBeanServerNotFoundException
public MBeanServerNotFoundException(String msg)
- Create a new
MBeanServerNotFoundException
with the
supplied error message.
- Parameters:
msg
- the error message
MBeanServerNotFoundException
public MBeanServerNotFoundException(String msg,
Throwable cause)
- Create a new
MBeanServerNotFoundException
with the
specified error message and root cause.
- Parameters:
msg
- the error messagecause
- the root cause
Copyright © 2002-2007 The Spring Framework.