public class OperationsException extends JMException
| Constructor and Description |
|---|
OperationsException()
Constructs a new
OperationsException. |
OperationsException(java.lang.String message)
Constructs a new
OperationsException
with the specified message. |
public OperationsException()
OperationsException.public OperationsException(java.lang.String message)
OperationsException
with the specified message.message - the error message to give to the user.