Bugs item #678093, was opened at 2003-01-31 13:08
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=428708&aid=678093&group_id=40712

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Gerhard Bloch (blochg)
Assigned to: Nobody/Anonymous (nobody)
Summary: JDBCException.getSQLException() returns null

Initial Comment:
JDBCException.getSQLException() returns null because 
the member sqle is not initialized in the constructor.

Fix:

Initialize sqle or delegate to (SQLException) getCause();

This error also causes getSQLState() and getErrorCode
() to fail with NPE.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=428708&aid=678093&group_id=40712


-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
hibernate-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/hibernate-devel


Reply via email to