vertx / io.vertx.ext.auth.mongo / AuthenticationException

AuthenticationException

open class AuthenticationException : RuntimeException

Signals an error inside the authentication process

Author
mremme

Constructors

<init>

AuthenticationException()
AuthenticationException(message: String)
AuthenticationException(cause: Throwable)
AuthenticationException(message: String, cause: Throwable)
AuthenticationException(message: String, cause: Throwable, enableSuppression: Boolean, writableStackTrace: Boolean)