当前页面:
在线文档首页 >
Spring Framework 2.0.5 API 文档英文版
JmxException (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版
org.springframework.jmx
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, MBeanExportException, MBeanInfoRetrievalException, MBeanServerNotFoundException, UnableToSendNotificationException
public class JmxException
- extends NestedRuntimeException
General base exception to be thrown on JMX errors.
Unchecked since JMX failures are usually fatal.
- Since:
- 2.0
- Author:
- Juergen Hoeller
- See Also:
- Serialized Form
JmxException
public JmxException(String msg)
- Constructor for JmxException.
- Parameters:
msg
- the detail message
JmxException
public JmxException(String msg,
Throwable cause)
- Constructor for JmxException.
- Parameters:
msg
- the detail messagecause
- the root cause (usually a raw JMX API exception)
Copyright © 2002-2007 The Spring Framework.