java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.management.JMRuntimeException
- 所有已实现的接口:
-
Serializable
- 直接已知子类:
-
MonitorSettingException
,RuntimeErrorException
,RuntimeMBeanException
,RuntimeOperationsException
JMX实现发出的运行时异常。
- 自版本:
- 1.5
- 参见:
-
Constructor Summary
Constructors -
Method Summary
Methods declared in class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JMRuntimeException
public JMRuntimeException()默认构造函数。 -
JMRuntimeException
允许指定特定错误消息的构造函数。- 参数:
-
message
- 详细消息。
-