Uses of Class
org.apache.sling.api.SlingException

Packages that use SlingException
org.apache.sling.api   
org.apache.sling.api.auth   
org.apache.sling.api.request   
org.apache.sling.api.resource   
org.apache.sling.api.scripting   
org.apache.sling.bundleresource.impl   
org.apache.sling.engine.impl.parameters   
org.apache.sling.jcr.resource.internal   
org.apache.sling.jcr.resource.internal.helper   
org.apache.sling.jcr.resource.internal.helper.jcr   
org.apache.sling.servlets.resolver.internal   
 

Uses of SlingException in org.apache.sling.api
 

Subclasses of SlingException in org.apache.sling.api
 class SlingIOException
          The SlingIOException is a runtime exception wrapper for the Java IOException.
 class SlingServletException
          The SlingServletException is a runtime exception wrapper for the Servlet API ServletException.
 

Uses of SlingException in org.apache.sling.api.auth
 

Subclasses of SlingException in org.apache.sling.api.auth
 class NoAuthenticationHandlerException
          The NoAuthenticationHandlerException is thrown to indicate that the Authenticator.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
 class RecursionTooDeepException
          The RecursionTooDeepException is thrown by the Sling implementation if to many recursive content inclusions take place.
 class TooManyCallsException
          The TooManyCallsException 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.resource
 class QuerySyntaxException
          The QuerySyntaxException is thrown by the ResourceResolver.findResources(String, String) and ResourceResolver.queryResources(String, String) methods if the query syntax is wrong or the requested query language is not available.
 class ResourceNotFoundException
          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.scripting
 class InvalidServiceFilterSyntaxException
          Thrown when an invalid service filter is used
 class ScriptEvaluationException
          The ScriptEvaluationException is thrown by the SlingScript.eval(SlingBindings) method if an error occurrs evaluating the script.
 

Uses of SlingException in org.apache.sling.bundleresource.impl
 

Methods in org.apache.sling.bundleresource.impl that throw SlingException
 Iterator<Resource> BundleResourceProvider.listChildren(Resource parent)
           
 

Uses of SlingException in org.apache.sling.engine.impl.parameters
 

Subclasses of SlingException in org.apache.sling.engine.impl.parameters
 class SlingUnsupportedEncodingException
           
 

Uses of SlingException in org.apache.sling.jcr.resource.internal
 

Methods in org.apache.sling.jcr.resource.internal that throw SlingException
 Iterator<Resource> JcrResourceResolver.findResources(String query, String language)
           
 Iterator<Map<String,Object>> JcrResourceResolver.queryResources(String query, String language)
           
 

Uses of SlingException in org.apache.sling.jcr.resource.internal.helper
 

Subclasses of SlingException in org.apache.sling.jcr.resource.internal.helper
static class URI.DefaultCharsetChanged
          The charset-changed normal operation to represent to be required to alert to user the fact the default charset is changed.
 class URIException
          The URI parsing and escape encoding exception.
 

Uses of SlingException in org.apache.sling.jcr.resource.internal.helper.jcr
 

Methods in org.apache.sling.jcr.resource.internal.helper.jcr that throw SlingException
 Resource JcrResourceProvider.getResource(ResourceResolver resourceResolver, javax.servlet.http.HttpServletRequest request, String path)
           
 Resource JcrResourceProvider.getResource(ResourceResolver resourceResolver, String path)
           
 

Uses of SlingException in org.apache.sling.servlets.resolver.internal
 

Methods in org.apache.sling.servlets.resolver.internal that throw SlingException
 SlingScript SlingServletResolver.findScript(ResourceResolver resourceResolver, String name)
           
 



Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.