Uses of Class
org.apache.sling.api.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
Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier 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
-
Uses of SlingException in org.apache.sling.engine.impl.parameters
-
Uses of SlingException in org.apache.sling.resourceresolver.impl.helper
Modifier 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