public class NoAuthenticationHandlerException extends SlingException
NoAuthenticationHandlerException
is thrown to indicate that
there is no AuthenticationHandler
willing to handle the request.
This exception is thrown without a message. The caller of the
Authenticator
method called is expected to immediately handle this
exception and not to forward it up the call chain.
This exception is not intended to be thrown by client code but is used by the
Authenticator
implementation to indicate, that no
AuthenticationHandler
is available
to login.
Constructor and Description |
---|
NoAuthenticationHandlerException() |
NoAuthenticationHandlerException(java.lang.String message,
java.lang.Throwable cause) |
Copyright © 2010 - 2020 Adobe. All Rights Reserved