OperationsExceptionpublic class OperationsException extends JMException Represents exceptions thrown in the MBean server when performing operations
on MBeans. |
Fields Summary |
---|
private static final long | serialVersionUID |
Constructors Summary |
---|
public OperationsException()Default constructor.
super();
| public OperationsException(String message)Constructor that allows a specific error message to be specified.
super(message);
|
|