Class UncheckedSQLException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.ethelred.kiwiproc.exception.UncheckedSQLException
All Implemented Interfaces:
Serializable

public class UncheckedSQLException extends RuntimeException
Unchecked wrapper for SQLException. Thrown by TransactionalDAO.call and TransactionalDAO.run when a database error occurs during a transactional callback, allowing callers to handle database errors without checked exceptions.
See Also:
  • Constructor Details

    • UncheckedSQLException

      public UncheckedSQLException(String message, SQLException cause)
    • UncheckedSQLException

      public UncheckedSQLException(SQLException cause)
  • Method Details