Class AuthenticationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.security.GeneralSecurityException
jakarta.security.enterprise.AuthenticationException
All Implemented Interfaces:
Serializable

public class AuthenticationException extends GeneralSecurityException
A generic authentication exception. This exception corresponds to the Jakarta Authentication AuthException in that whenever a method from the HttpAuthenticationMechanism throws this exception, the Jakarta Authentication bridge has to throw an AuthException back to the Jakarta Authentication runtime wrapping this exception.
See Also: