Class OracleJsonParsingException

All Implemented Interfaces:
Serializable

public class OracleJsonParsingException extends OracleJsonException
Indicates that a problem occurred during JSON parsing.
See Also:
  • Constructor Details

    • OracleJsonParsingException

      public OracleJsonParsingException(String message)
      Constructs a new exception with the specified message.
      Parameters:
      message - the detail message.
    • OracleJsonParsingException

      public OracleJsonParsingException(String message, Throwable cause)
      Constructs a new exception with the specified message and cause.
      Parameters:
      message - the detail message
      cause - the cause