Package org.apache.sling.engine.auth
Class NoAuthenticationHandlerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.sling.api.SlingException
-
- org.apache.sling.engine.auth.NoAuthenticationHandlerException
-
- All Implemented Interfaces:
java.io.Serializable
@Deprecated public class NoAuthenticationHandlerException extends SlingException
Deprecated.seeAuthenticatorTheNoAuthenticationHandlerExceptionis thrown to indicate that there is noAuthenticationHandlerwilling to handle the request.This exception is thrown without a message. The caller of the
Authenticatormethod 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
Authenticatorimplementation to indicate, that noAuthenticationHandleris available to login.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoAuthenticationHandlerException()Deprecated.
-