This class represents runtime exceptions thrown in the agent when
performing operations on MBeans. It wraps the actual
java.lang.RuntimeException thrown.
Creates a RuntimeOperationsException that wraps the
actual java.lang.RuntimeException.
Parameters: e - RuntimeException to be wraped by RuntimeOperationsException
Creates a RuntimeOperationsException that wraps the
actual java.lang.RuntimeException with a detailed message.
Parameters: e - RuntimeException to be wraped by RuntimeOperationsException. Parameters: message - the detail message.