org.apache.sling.engine.auth
Class NoAuthenticationHandlerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.sling.api.SlingException
                  extended by org.apache.sling.engine.auth.NoAuthenticationHandlerException
All Implemented Interfaces:
java.io.Serializable

public class NoAuthenticationHandlerException
extends SlingException

The 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.

See Also:
Serialized Form

Constructor Summary
NoAuthenticationHandlerException()
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoAuthenticationHandlerException

public NoAuthenticationHandlerException()


Copyright © 2007-2009. All Rights Reserved.