diff --git a/src/main/java/com/avaje/ebeaninternal/server/lib/sql/PooledConnection.java b/src/main/java/com/avaje/ebeaninternal/server/lib/sql/PooledConnection.java index 0eb44f2a5..7661315c8 100644 --- a/src/main/java/com/avaje/ebeaninternal/server/lib/sql/PooledConnection.java +++ b/src/main/java/com/avaje/ebeaninternal/server/lib/sql/PooledConnection.java @@ -173,7 +173,7 @@ public class PooledConnection extends ConnectionDelegator { * closeDestroy() will close() the underlining connection properly. *

*/ - public PooledConnection(DataSourcePool pool, int uniqueId, Connection connection) throws SQLException { + public PooledConnection(DataSourcePool pool, int uniqueId, Connection connection) { super(connection); this.pool = pool;