Class CouldNotAuthenticateException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.quantummaid.httpmaid.security.authentication.CouldNotAuthenticateException
-
- All Implemented Interfaces:
Serializable
public final class CouldNotAuthenticateException extends RuntimeException
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthenticatorIdauthenticatorId()static CouldNotAuthenticateExceptioncouldNotAuthenticateException(MetaData metaData, AuthenticatorId authenticatorId)-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
couldNotAuthenticateException
public static CouldNotAuthenticateException couldNotAuthenticateException(MetaData metaData, AuthenticatorId authenticatorId)
-
authenticatorId
public AuthenticatorId authenticatorId()
-
-