public class

JMRuntimeException

extends RuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ javax.management.JMRuntimeException
Known Direct Subclasses

Class Overview

Runtime exceptions emitted by JMX implementations.

Summary

Public Constructors
JMRuntimeException()
Default constructor.
JMRuntimeException(String message)
Constructor that allows a specific error message to be specified.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public JMRuntimeException ()

Default constructor.

public JMRuntimeException (String message)

Constructor that allows a specific error message to be specified.

Parameters
message the detail message.