javax.management

Class OperationsException

public class OperationsException extends JMException

A general superclass for all exceptions thrown by operations on management beans.

Since: 1.5

Constructor Summary
OperationsException()
Constructs a new OperationsException.
OperationsException(String message)
Constructs a new OperationsException with the specified message.

Constructor Detail

OperationsException

public OperationsException()
Constructs a new OperationsException.

OperationsException

public OperationsException(String message)
Constructs a new OperationsException with the specified message.

Parameters: message the error message to give to the user.