Fuego.Sql : SQLException

Instances of SQLException are exceptions that are raised when problems accessing a SQL database occur. All components in the Fuego.Sql module throw this exception when a problem occurs.

The SQLException.errorCode attribute is a vendor-specific error code. The SQLException.sqlState attribute holds the state code as defined by the ANSI-92 SQL standard.

The SQLException component is a thin wrapper around java.sql.SQLException.