DatabaseConnectionForceClosedException class abstract base Exceptions

Thrown when the database connection is force closed.

This implies that DatabaseAdapter.close was called with force: true, meaning that the underlying database connection or connection pool was force closed while an operation was in progress.

If the DatabaseAdapter was closed gracefully (with force: true), then attempting any operation will throw a StateError.

Inheritance

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited