https://bz.apache.org/bugzilla/show_bug.cgi?id=69255
Bug ID: 69255
Summary: SQL Connection throws
java.lang.reflect.UndeclaredThrowableException instead
of SQLException
Product: Tomcat Modules
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: regression
Priority: P5
Component: jdbc-pool
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Following the change for https://bz.apache.org/bugzilla/show_bug.cgi?id=69206,
an execution of a statement that causes an SQLException to be thrown (e.g.
attempting to run a query with a syntax error) is resulting in an
java.lang.reflect.UndeclaredThrowableException being thrown rather than the
expected java.sql.SQLException.
--- Comment #1 from Michael Clarke <[email protected]> ---
Proposed fix: https://github.com/apache/tomcat/pull/744
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]