Class UncheckedSQLException

    • Constructor Detail

      • UncheckedSQLException

        public UncheckedSQLException()
        Instantiates a new unchecked SQL exception.
      • UncheckedSQLException

        public UncheckedSQLException​(String message)
        Instantiates a new unchecked SQL exception.
        Parameters:
        message - the message
      • UncheckedSQLException

        public UncheckedSQLException​(String message,
                                     Throwable throwable)
        Instantiates a new unchecked SQL exception.
        Parameters:
        message - the message
        throwable - the throwable
      • UncheckedSQLException

        public UncheckedSQLException​(Throwable throwable)
        Instantiates a new unchecked SQL exception.
        Parameters:
        throwable - the throwable