Top Description Fields Constructors
javax.management

public Class OperationsException

extends JMException
Class Inheritance
Known Direct Subclasses
javax.management.ServiceNotFoundException, javax.management.AttributeNotFoundException, javax.management.InstanceAlreadyExistsException, javax.management.InstanceNotFoundException, javax.management.IntrospectionException, javax.management.InvalidAttributeValueException, javax.management.ListenerNotFoundException, javax.management.MalformedObjectNameException, javax.management.NotCompliantMBeanException

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

Field Summary

Modifier and TypeField and Description
private static final long

Constructor Summary

AccessConstructor and Description
public
OperationsException()

Default constructor.

public
OperationsException(String
the detail message.
message
)

Constructor that allows a specific error message to be specified.

Field Detail

serialVersionUIDback to summary
private static final long serialVersionUID

Hides javax.management.JMException.serialVersionUID.

Constructor Detail

OperationsExceptionback to summary
public OperationsException()

Default constructor.

OperationsExceptionback to summary
public OperationsException(String message)

Constructor that allows a specific error message to be specified.

Parameters
message:String

the detail message.