Uses of Class
org.apache.sling.api.SlingException
-
Packages that use SlingException Package Description org.apache.sling.api org.apache.sling.api.auth org.apache.sling.api.request org.apache.sling.api.resource org.apache.sling.api.scripting -
-
Uses of SlingException in org.apache.sling.api
Subclasses of SlingException in org.apache.sling.api Modifier and Type Class Description classSlingIOExceptionTheSlingIOExceptionis a runtime exception wrapper for the JavaIOException.classSlingServletExceptionTheSlingServletExceptionis 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.auth Modifier and Type Class Description classNoAuthenticationHandlerExceptionTheNoAuthenticationHandlerExceptionis 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.request Modifier and Type Class Description classRecursionTooDeepExceptionTheRecursionTooDeepExceptionis thrown by the Sling implementation if to many recursive content inclusions take place.classTooManyCallsExceptionTheTooManyCallsExceptionis 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.resource Modifier and Type Class Description classQuerySyntaxExceptionTheQuerySyntaxExceptionis 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.classResourceNotFoundExceptionAn 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.scripting Modifier and Type Class Description classInvalidServiceFilterSyntaxExceptionThrown when an invalid service filter is usedclassScriptEvaluationExceptionTheScriptEvaluationExceptionis thrown by theSlingScript.eval(SlingBindings)method if an error occurrs evaluating the script.
-