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, toStringpublic OperationsException()
OperationsException.public OperationsException(String message)
OperationsException
with the specified message.message - the error message to give to the user.