javax.management
public class OperationsException extends JMException
Constructor and Description |
---|
OperationsException()
Constructs a new
OperationsException . |
OperationsException(String message)
Constructs a new
OperationsException
with the specified message. |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public OperationsException()
OperationsException
.public OperationsException(String message)
OperationsException
with the specified message.message
- the error message to give to the user.