Java javax.management RuntimeOperationsException fields, constructors, methods, implement or subclass

Example usage for Java javax.management RuntimeOperationsException fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.management RuntimeOperationsException.

The text is from its open source code.

Constructor

RuntimeOperationsException(java.lang.RuntimeException e, String message)
Creates a RuntimeOperationsException that wraps the actual java.lang.RuntimeException with a detailed message.
RuntimeOperationsException(java.lang.RuntimeException e)
Creates a RuntimeOperationsException that wraps the actual java.lang.RuntimeException.