Class AlreadyClosedSqlException

All Implemented Interfaces:
Serializable, Iterable<Throwable>

public class AlreadyClosedSqlException extends JdbcApiSqlException
SQLException for object-already-closed conditions, e.g., calling a method on a closed Statement.
See Also: