NoAuthenticationHandlerException
is thrown to indicate that there is no {@link AuthenticationHandler} willing to handle the request.This exception is thrown without a message. The caller of the {@link Authenticator} method called is expected to immediately handle thisexception 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 {@link Authenticator} implementation to indicate, that no{@link AuthenticationHandler} is available to login. @deprecated see {@link Authenticator}
|
|
|
|