Package org.apache.nifi.web.security
Class InvalidAuthenticationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.security.core.AuthenticationException
org.apache.nifi.web.security.InvalidAuthenticationException
- All Implemented Interfaces:
Serializable
public class InvalidAuthenticationException
extends org.springframework.security.core.AuthenticationException
Thrown if the authentication of a given request is invalid. For instance,
an expired certificate or token.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidAuthenticationException
-
InvalidAuthenticationException
-