open class AuthenticationException : RuntimeException
Signals an error inside the authentication process
Author
mremme
AuthenticationException()AuthenticationException(message: String)AuthenticationException(cause: Throwable)AuthenticationException(message: String, cause: Throwable)AuthenticationException(message: String, cause: Throwable, enableSuppression: Boolean, writableStackTrace: Boolean) |