public class OPException extends RuntimeException
| Constructor and Description |
|---|
OPException()
Construct a new OPException.
|
OPException(String sMessage)
Construct a new OPException with the given message string.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic OPException(String sMessage)
sMessage - the message String for the exceptionpublic OPException()