Package org.apache.sling.commons.auth
Class NoAuthenticationHandlerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.sling.api.SlingException
org.apache.sling.commons.auth.NoAuthenticationHandlerException
- All Implemented Interfaces:
Serializable
Deprecated.
Use Apache Sling's org.apache.sling.auth.core package instead.
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:
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.NoAuthenticationHandlerException(String message, Throwable cause) Deprecated. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoAuthenticationHandlerException
public NoAuthenticationHandlerException()Deprecated. -
NoAuthenticationHandlerException
Deprecated.
-