NoSessionFoundException

An exception thrown by a SessionManager when there is no session stored.

This represents the normal, expected "logged out" state (e.g. a fresh install or after a sign out) and should not be treated as an error.

It extends IllegalStateException for backwards compatibility, as session managers previously threw IllegalStateException in this case.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
expect open val cause: Throwable?
Link copied to clipboard
expect open val message: String?