Class PgSqlException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.github.mfvanek.pg.connection.exception.PgSqlException
All Implemented Interfaces:
Serializable

public class PgSqlException extends RuntimeException
Custom unchecked exception for SQL errors.
Since:
0.5.0
See Also:
  • Constructor Details

    • PgSqlException

      public PgSqlException(SQLException cause)
      Constructs a new PgSqlException with the specified cause.
      Parameters:
      cause - the SQLException that caused this exception; must not be null.