Package oracle.sql.json
Class OracleJsonException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
oracle.sql.json.OracleJsonException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
OracleJsonGenerationException,OracleJsonParsingException
Indicates that a problem occurred during JSON processing.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOracleJsonException(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.OracleJsonException(Throwable cause) Constructs a new exception with the specified cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OracleJsonException
Constructs a new exception with the specified cause. -
OracleJsonException
Constructs a new exception with the specified message.- Parameters:
message- the detail message.
-
OracleJsonException
Constructs a new exception with the specified message and cause.- Parameters:
message- the detail messagecause- the cause
-