public class OracleJsonParsingException extends OracleJsonException
| Constructor and Description |
|---|
OracleJsonParsingException(String message)
Constructs a new exception with the specified message.
|
OracleJsonParsingException(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 OracleJsonParsingException(String message)
message - the detail message.