We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bf28a1 commit 609084fCopy full SHA for 609084f
document-store/src/main/java/org/hypertrace/core/documentstore/postgres/PostgresCollection.java
@@ -30,7 +30,6 @@
30
import com.fasterxml.jackson.databind.node.ObjectNode;
31
import com.fasterxml.jackson.databind.node.TextNode;
32
import com.google.common.annotations.VisibleForTesting;
33
-import com.sun.jdi.InternalException;
34
import java.io.IOException;
35
import java.math.BigInteger;
36
import java.sql.BatchUpdateException;
@@ -1328,7 +1327,6 @@ protected void closeResultSet() {
1328
1327
}
1329
} catch (SQLException ex) {
1330
LOGGER.error("Unable to close connection", ex);
1331
- throw new InternalException(ex.getMessage());
1332
1333
1334
0 commit comments