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 TypeClassDescriptionclassTheSlingIOExceptionis a runtime exception wrapper for the JavaIOException.classTheSlingServletExceptionis 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 TypeClassDescriptionclassTheNoAuthenticationHandlerExceptionis 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 TypeClassDescriptionclassTheRecursionTooDeepExceptionis thrown by the Sling implementation if to many recursive content inclusions take place.classTheTooManyCallsExceptionis 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 TypeClassDescriptionclassTheQuerySyntaxExceptionis 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.classAn 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 TypeClassDescriptionclassThrown when an invalid service filter is usedclassTheScriptEvaluationExceptionis 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 classThe charset-changed normal operation to represent to be required to alert to user the fact the default charset is changed.classThe URI parsing and escape encoding exception.
Authenticator