public class

JMException

extends Exception
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ javax.management.JMException
Known Direct Subclasses
Known Indirect Subclasses

Class Overview

Exceptions thrown by JMX implementations. It does not include the runtime exceptions.

Summary

Public Constructors
JMException()
Default constructor.
JMException(String msg)
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 JMException ()

Default constructor.

public JMException (String msg)

Constructor that allows a specific error message to be specified.

Parameters
msg the detail message.