SessionNotYetConfiguredException

Thrown when a session is asked too early before the Sessions plugin had chance to configure it. For example, in a phase before ApplicationCallPipeline.Plugins or in a plugin installed before Sessions into the same phase.

Constructors

Link copied to clipboard
constructor()

Properties

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