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
public class OracleJsonException extends RuntimeException
Indicates that a problem occurred during JSON processing.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
OracleJsonException
public OracleJsonException(String message)
Constructs a new exception with the specified message.- Parameters:
message
- the detail message.
-
-