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

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

Introduction

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

The text is from its open source code.

Constructor

RuntimeMBeanException(java.lang.RuntimeException e)
Creates a RuntimeMBeanException that wraps the actual java.lang.RuntimeException.

Method

ThrowablegetCause()
Returns the actual RuntimeException thrown.
java.lang.RuntimeExceptiongetTargetException()
Returns the actual RuntimeException thrown.