org.h2.jdbc.JdbcSQLException: The object is already closed [90007-185]
at org.h2.message.DbException.getJdbcSQLException(DbException.java:345)
at org.h2.message.DbException.get(DbException.java:179)
at org.h2.message.DbException.get(DbException.java:155)
at org.h2.message.DbException.get(DbException.java:144)
at org.h2.jdbc.JdbcStatement.checkClosed(JdbcStatement.java:983)
at org.h2.jdbc.JdbcPreparedStatement.checkClosed(JdbcPreparedStatement.java:1620)
at org.h2.jdbc.JdbcStatement.checkClosed(JdbcStatement.java:959)
at org.h2.jdbc.JdbcStatement.clearWarnings(JdbcStatement.java:293)
I also found a similar error with different code like "The object is already closed [90007-175]". So what does the code 9007-185 and 90007-175 means?