Michael Friend
08/04/2025, 7:49 PMSqlException
and wrap them in ExposedSqlException
, but for other things like SchemaUtils.create(...) the PSQLException
is whats thrown instead of being wrapped when the connection to the database fails. Both of those extend SQLException
so i could catch that but i'd like to have some more fine grained control over handling different errors