|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | |
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||