Class RuntimeOperationsException

All Implemented Interfaces:
Serializable

public class RuntimeOperationsException extends JMRuntimeException
Represents runtime exceptions thrown in the agent when performing operations on MBeans. It wraps the actual java.lang.RuntimeException thrown.
Since:
1.5
See Also:
  • Constructor Details

    • RuntimeOperationsException

      public RuntimeOperationsException(RuntimeException e)
      Creates a RuntimeOperationsException that wraps the actual java.lang.RuntimeException.
      Parameters:
      e - the wrapped exception.
    • RuntimeOperationsException

      public RuntimeOperationsException(RuntimeException e, String message)
      Creates a RuntimeOperationsException that wraps the actual java.lang.RuntimeException with a detailed message.
      Parameters:
      e - the wrapped exception.
      message - the detail message.
  • Method Details