StreamSessionUnknownException class
Thrown when an unexpected error occurs while handling a session.
This exception indicates that the session encountered an error that is not explicitly modeled by other session exception types. It may wrap platform-specific or internal errors, and should generally be treated as non-recoverable unless otherwise specified.
- Inheritance
-
- Object
- StreamSessionException
- StreamSessionUnknownException
Constructors
- StreamSessionUnknownException(String message)
-
const
Properties
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