SolidNotLoggedInException

class SolidNotLoggedInException(message: String = "User has not logged in.") : SolidException

Constructors

Link copied to clipboard
constructor(message: String = "User has not logged in.")

Properties

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