JavaTM 2 Platform
Standard Ed. 5.0

javax.management
类 RuntimeOperationsException

java.lang.Object
  继承者 java.lang.Throwable
      继承者 java.lang.Exception
          继承者 java.lang.RuntimeException
              继承者 javax.management.JMRuntimeException
                  继承者 javax.management.RuntimeOperationsException
所有已实现的接口:
Serializable

public class RuntimeOperationsException
extends JMRuntimeException

表示在 MBean 上执行操作时代理中抛出的运行时异常。它包装抛出的实际 java.lang.RuntimeException

从以下版本开始:
1.5
另请参见:
序列化表格

构造方法摘要
RuntimeOperationsException(RuntimeException e)
          创建包装实际 java.lang.RuntimeExceptionRuntimeOperationsException
RuntimeOperationsException(RuntimeException e, String message)
          创建包装带有详细信息的实际 java.lang.RuntimeExceptionRuntimeOperationsException
 
方法摘要
 Throwable getCause()
          返回抛出的实际 RuntimeException
 RuntimeException getTargetException()
          返回抛出的实际 RuntimeException
 
从类 java.lang.Throwable 继承的方法
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

RuntimeOperationsException

public RuntimeOperationsException(RuntimeException e)
创建包装实际 java.lang.RuntimeExceptionRuntimeOperationsException

参数:
e - 包装的异常。

RuntimeOperationsException

public RuntimeOperationsException(RuntimeException e,
                                  String message)
创建包装带有详细信息的实际 java.lang.RuntimeExceptionRuntimeOperationsException

参数:
e - 包装的异常。
message - 详细消息。
方法详细信息

getTargetException

public RuntimeException getTargetException()
返回抛出的实际 RuntimeException

返回:
包装的 RuntimeException

getCause

public Throwable getCause()
返回抛出的实际 RuntimeException

覆盖:
Throwable 中的 getCause
返回:
包装的 RuntimeException

JavaTM 2 Platform
Standard Ed. 5.0

提交错误或意见
有关更多的 API 参考资料和开发人员文档,请参阅 Java 2 SDK SE 开发人员文档。该文档包含更详细的、面向开发人员的描述,以及总体概述、术语定义、使用技巧和工作代码示例。

版权所有 2004 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策