errors.fyi community error code reference
SQLException
java

SQLException

The base checked exception for database access errors. The getErrorCode() method returns the vendor-specific error code; getSQLState() returns the SQLSTATE value.

References

โ† all namespaces for SQLException