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: dev@tomcat.apache.org
          Reporter: mcla...@apache.org
  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 <mcla...@apache.org> ---
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: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to