模块  java.management
软件包  javax.management

Class RuntimeOperationsException

  • 实现的所有接口
    Serializable

    public class RuntimeOperationsException
    extends JMRuntimeException
    表示在对MBean执行操作时在代理中引发的运行时异常。 它包装了实际的java.lang.RuntimeException
    从以下版本开始:
    1.5
    另请参见:
    Serialized Form
    • 构造方法详细信息

      • RuntimeOperationsException

        public RuntimeOperationsException​(RuntimeException e)
        创建 RuntimeOperationsException封装了实际 java.lang.RuntimeException
        参数
        e - 包装的异常。
      • RuntimeOperationsException

        public RuntimeOperationsException​(RuntimeException e,
                                          String message)
        创建 RuntimeOperationsException一个包装的实际 java.lang.RuntimeException带详细消息。
        参数
        e - 包装的异常。
        message - 详细信息。