Class RuntimeSQLException

    • Constructor Detail

      • RuntimeSQLException

        public RuntimeSQLException​(String message,
                                   SQLException cause)
        Constructs an instance of this class.
        Parameters:
        message - the detail message
        cause - the SQLException which is the cause
      • RuntimeSQLException

        public RuntimeSQLException​(SQLException cause)
        Constructs an instance of this class.
        Parameters:
        cause - the SQLException which is the cause