SQLExceptionWrapper
A wrapper class that adapts an OctaviusException into a standard java.sql.SQLException.
This wrapper is necessary for integration with standard JDBC components like connection pools (e.g., HikariCP) which rely on intercepting java.sql.SQLException to analyze connection state, evict dead connections, and properly interpret the SQLState.
Properties
Link copied to clipboard
Link copied to clipboard
The original OctaviusException that is being wrapped.