Uses of Class
org.apache.sling.api.SlingException
Packages that use SlingException
Package
Description
Provides the original authentication handler service API initially
bundled with the Sling Engine bundle.
-
Uses of SlingException in org.apache.sling.api
Subclasses of SlingException in org.apache.sling.apiModifier and TypeClassDescriptionclass
TheSlingIOException
is a runtime exception wrapper for the JavaIOException
.class
TheSlingServletException
is a runtime exception wrapper for the Servlet APIServletException
. -
Uses of SlingException in org.apache.sling.api.auth
Subclasses of SlingException in org.apache.sling.api.authModifier and TypeClassDescriptionclass
TheNoAuthenticationHandlerException
is thrown to indicate that theAuthenticator.login(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
method could not find a way to authenticate the request user. -
Uses of SlingException in org.apache.sling.api.request
Subclasses of SlingException in org.apache.sling.api.requestModifier and TypeClassDescriptionclass
TheRecursionTooDeepException
is thrown by the Sling implementation if to many recursive content inclusions take place.class
TheTooManyCallsException
is thrown by the Sling implementation if to many inclusions have been called for during a single request. -
Uses of SlingException in org.apache.sling.api.resource
Subclasses of SlingException in org.apache.sling.api.resourceModifier and TypeClassDescriptionclass
TheQuerySyntaxException
is thrown by theResourceResolver.findResources(String, String)
andResourceResolver.queryResources(String, String)
methods if the query syntax is wrong or the requested query language is not available.class
An Exception that causes Sling to return a 404 (NOT FOUND) status code. -
Uses of SlingException in org.apache.sling.api.scripting
Subclasses of SlingException in org.apache.sling.api.scriptingModifier and TypeClassDescriptionclass
Thrown when an invalid service filter is usedclass
TheScriptEvaluationException
is thrown by theSlingScript.eval(SlingBindings)
method if an error occurrs evaluating the script. -
Uses of SlingException in org.apache.sling.engine.auth
Subclasses of SlingException in org.apache.sling.engine.auth -
Uses of SlingException in org.apache.sling.engine.impl.parameters
Subclasses of SlingException in org.apache.sling.engine.impl.parameters -
Uses of SlingException in org.apache.sling.resourceresolver.impl.helper
Subclasses of SlingException in org.apache.sling.resourceresolver.impl.helperModifier and TypeClassDescriptionstatic class
The charset-changed normal operation to represent to be required to alert to user the fact the default charset is changed.class
The URI parsing and escape encoding exception.
Authenticator