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 |
Modifier and Type | Class and Description |
---|---|
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 . |
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
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. |
Copyright © 2022 The Apache Software Foundation. All rights reserved.