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