Subclass of RuntimeException that can be used to wrap a SQLException using the "root cause" pattern of JDK 1.4 exceptions, but without requiring a 1.4 runtime environment.
RuntimeException
SQLException
Subclass of
RuntimeExceptionthat can be used to wrap aSQLExceptionusing the "root cause" pattern of JDK 1.4 exceptions, but without requiring a 1.4 runtime environment.