AuthenticatorException

class AuthenticatorException(val message: String?, authenticator: String?, code: String? = null) : Exception

Exception to be thrown to the exception related to an Authenticator

Parameters

message

Message related to the exception

authenticator

Authenticator type

code

Code of the exception

Constructors

Link copied to clipboard
constructor(message: String?, authenticator: String?, code: String? = null)

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

Print the exception

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