You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by Apache Wiki <wi...@apache.org> on 2012/02/28 14:06:34 UTC

[Db-derby Wiki] Update of "UnwindExceptionChain" by KnutAndersHatlen

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Db-derby Wiki" for change notification.

The "UnwindExceptionChain" page has been changed by KnutAndersHatlen:
http://wiki.apache.org/db-derby/UnwindExceptionChain?action=diff&rev1=8&rev2=9

  } 
  }}}
  
- With JDBC 4.0, causes are supported, cf. Lance Andersen's [[http://weblogs.java.net/blog/lancea/archive/2006/02/index.html|blog]] on this.
+ With JDBC 4.0 (Java 6 and later), causes are supported, cf. Lance Andersen's [[http://weblogs.java.net/blog/lancea/archive/2006/02/jdbc_40_sqlexce.html|blog]] on this.
  The idiom for printing all SQLExceptions and their causes would then look something like this:
  
  {{{