Class OracleJsonGenerationException

All Implemented Interfaces:
Serializable

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

    • OracleJsonGenerationException

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

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