Package org.dalesbred

Class DatabaseSQLException

    • Constructor Summary

      Constructors 
      Constructor Description
      DatabaseSQLException​(@NotNull java.lang.String message, @NotNull java.sql.SQLException cause)  
      DatabaseSQLException​(@NotNull java.sql.SQLException cause)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      @NotNull java.sql.SQLException getCause()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • DatabaseSQLException

        public DatabaseSQLException​(@NotNull
                                    @NotNull java.lang.String message,
                                    @NotNull
                                    @NotNull java.sql.SQLException cause)
      • DatabaseSQLException

        public DatabaseSQLException​(@NotNull
                                    @NotNull java.sql.SQLException cause)
    • Method Detail

      • getCause

        @NotNull
        public @NotNull java.sql.SQLException getCause()
        Overrides:
        getCause in class java.lang.Throwable