IntermittentConnectionException class abstract final Exceptions

Thrown when there is an intermittent issue with the database connection.

An intermittent connection issue could typically be:

  • TCP connection was broken,
  • Connection timeout,
  • etc.

An intermittent connection issue implies that the operation may have failed. If inside a transaction, the transaction must be assumed to have failed, attempting to recover the transaction is impossible.

Instead the issue may be resolved by retrying the transaction or operation, though this is never assured.

Inheritance
Implementers

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