InvalidSessionException

Exception thrown when attempting to interact with the system under an established session when that session is considered invalid. The meaning of the term 'invalid' is based on application behavior. For example, a Session is considered invalid if it has been explicitly stopped (e.g. when a user logs-out or when explicitly {@link Session#stop() stopped} programmatically. A Session can also be considered invalid if it has expired.

@see StoppedSessionException @see ExpiredSessionException @see UnknownSessionException

class InvalidSessionException : SessionException {}

Members

Mixins

__anonymous
mixin BasicExceptionCtors
Undocumented in source.

Inherited Members

From SessionException

__anonymous
mixin BasicExceptionCtors
Undocumented in source.

Meta