SQLException
An exception that is thrown when a database error occurs.
This exception is used throughout KDBC and Stormify for all database-related errors:
Connection failures
Query execution errors
Transaction errors
Data type conversion errors
Constraint violations
It is a RuntimeException and does not need to be caught, though catching it is recommended for proper error handling.