ExceptionHandler interface.

This commit is contained in:
akwizgran
2011-12-06 10:58:26 +00:00
parent 0b749ca9e5
commit 45a51b4926
3 changed files with 10 additions and 5 deletions

View File

@@ -58,7 +58,7 @@ class ConnectionDispatcherImpl implements ConnectionDispatcher {
}
public void connectionRejected() {
r.dispose(false);
r.dispose(true);
}
public void handleException(DbException e) {
@@ -103,7 +103,7 @@ class ConnectionDispatcherImpl implements ConnectionDispatcher {
}
public void connectionRejected() {
s.dispose(false);
s.dispose(true);
}
public void handleException(DbException e) {