ValkeyConnectionException class
Thrown when the client fails to connect to the server (e.g., connection refused) or if an established connection is lost. Corresponds to socket-level or network errors.
- Inheritance
-
- Object
- ValkeyException
- ValkeyConnectionException
Constructors
- ValkeyConnectionException(String message, [Object? originalException])
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- message → String
-
finalinherited
- originalException → Object?
-
The original socket exception (e.g.,
SocketException) or error, if available.final - 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.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited