repo1.maven.org$maven2@org.apache.sling$org.apache.sling.api@2.2.2
repo1.maven.org$maven2@org.apache.sling$org.apache.sling.api@2.2.2@org$apache$sling$api$request$RecursionTooDeepException.java
file
oh
o
[]
package org.apache.sling.api.request;
The
RecursionTooDeepException is thrown by the Sling
implementation if to many recursive content inclusions take place. The limit
of recursive inclusions is implementation dependent.
Creates a new instance of this class reporting the exception occurred
while trying to include the output for rendering the resource at the
given path.
The resource path is the actual message of the exception.
- Parameters:
resourcePath The path of the resource whose output inclusion
causes this exception.