Package oracle.sql.json
Class OracleJsonGenerationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
oracle.sql.json.OracleJsonException
oracle.sql.json.OracleJsonGenerationException
- All Implemented Interfaces:
Serializable
Indicates that a problem occurred during JSON generation.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOracleJsonGenerationException(String message) Constructs a new exception with the specified message.OracleJsonGenerationException(String message, Throwable cause) Constructs a new exception with the specified message and 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
-
OracleJsonGenerationException
Constructs a new exception with the specified message.- Parameters:
message- the detail message.
-
OracleJsonGenerationException
Constructs a new exception with the specified message and cause.- Parameters:
message- the detail messagecause- the cause
-