public class

OperationsException

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

Class Overview

Represents exceptions thrown in the MBean server when performing operations on MBeans.

Summary

Public Constructors
OperationsException()
Default constructor.
OperationsException(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 OperationsException ()

Default constructor.

public OperationsException (String message)

Constructor that allows a specific error message to be specified.

Parameters
message the detail message.