Class OracleJsonGenerationException

  • <section role="region">
    • Constructor Detail

      • 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
    </section>