JavaDB/Derby Error 08006
Posted
by Tom Brito
on Stack Overflow
See other posts from Stack Overflow
or by Tom Brito
Published on 2010-04-27T17:50:21Z
Indexed on
2010/04/27
17:53 UTC
Read the original article
Hit count: 342
In the article Using Java DB in Desktop Applications the Address Book demo have a method disconnect which have a try-catch block that catch and ignores the exception. If you add a printStackTrace you can see that the exception always occur.
What's wrong here? The JavaDB should not throw this exception, or they should fix something in the example program?
© Stack Overflow or respective owner