Package org.dalesbred

Class DatabaseSQLException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
TransactionRollbackException

public class DatabaseSQLException extends DatabaseException
Wraps an SQLException originating from database.
See Also:
  • Constructor Details

    • DatabaseSQLException

      public DatabaseSQLException(@NotNull @NotNull String message, @NotNull @NotNull SQLException cause)
    • DatabaseSQLException

      public DatabaseSQLException(@NotNull @NotNull SQLException cause)
  • Method Details