public class OracleJsonException extends RuntimeException
| Constructor and Description |
|---|
OracleJsonException(String message)
Constructs a new exception with the specified message.
|
OracleJsonException(String message,
Throwable cause)
Constructs a new exception with the specified message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic OracleJsonException(String message)
message - the detail message.