javax.management
public class OperationsException extends JMException
Since: 1.5
| Constructor Summary | |
|---|---|
| OperationsException()
Constructs a new OperationsException. | |
| OperationsException(String message)
Constructs a new OperationsException
with the specified message.
| |
OperationsException.OperationsException
with the specified message.
Parameters: message the error message to give to the user.