org.apache.sling.api.auth
Class NoAuthenticationHandlerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.sling.api.SlingException
org.apache.sling.api.auth.NoAuthenticationHandlerException
- All Implemented Interfaces:
- Serializable
public class NoAuthenticationHandlerException
- extends SlingException
The NoAuthenticationHandlerException
is thrown to indicate that
the
Authenticator.login(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
method could not find a way to authenticate the request user.
This exception is thrown without a message. The caller of the
Authenticator.login(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
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.
- Since:
- 1.0 (Sling API Bundle 2.1.0)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NoAuthenticationHandlerException
public NoAuthenticationHandlerException()
Copyright © 2007-2011 The Apache Software Foundation. All Rights Reserved.