类 RuntimeOperationsException

所有已实现的接口:
Serializable

public class RuntimeOperationsException extends JMRuntimeException
表示在对 MBean 执行操作时在代理中抛出的运行时异常。它包装了实际抛出的 java.lang.RuntimeException
自从:
1.5
参见:
  • 构造方法详细信息

    • RuntimeOperationsException

      public RuntimeOperationsException(RuntimeException  e)
      创建一个包装实际 java.lang.RuntimeExceptionRuntimeOperationsException
      参数:
      e - 包装异常。
    • RuntimeOperationsException

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