Class 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:
  • Constructor Details

    • OracleJsonException

      public OracleJsonException(Throwable cause)
      Constructs a new exception with the specified cause.
    • OracleJsonException

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

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