Added an alternative constructor to PGSQLException so that debugging
authorPeter Mount <peter@retep.org.uk>
Thu, 25 Jan 2001 09:16:36 +0000 (09:16 +0000)
committerPeter Mount <peter@retep.org.uk>
Thu, 25 Jan 2001 09:16:36 +0000 (09:16 +0000)
commitd81a39fe0d95c30c21cc1ce781e0e89c8eec752a
tree4393b7dc3c8e4c8f5e94ab1a108d1b2535d0c437
parent22079e32713b41e3313d215dc4cfe15fce0b8939
Added an alternative constructor to PGSQLException so that debugging
          some more osteric bugs is easier. If only 1 arg is supplied and it's
          of type Exception, then that Exception's stacktrace is now included.

This was done as there's been a report of an unusual bug during connection.
This will make this sort of bug hunting easier from now on.
src/interfaces/jdbc/CHANGELOG
src/interfaces/jdbc/org/postgresql/Driver.java.in
src/interfaces/jdbc/org/postgresql/util/PSQLException.java