AuthnManagerException

class AuthnManagerException(val message: String?) : Exception

Exception to be thrown to the exception related to AuthnManager

Parameters

message

Message related to the exception

Constructors

Link copied to clipboard
constructor(message: String?)

Types

Link copied to clipboard
object Companion

Properties

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

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun toString(): String