public class RecursionTooDeepException extends SlingException
RecursionTooDeepException is thrown by the Sling
 implementation if to many recursive content inclusions take place. The limit
 of recursive inclusions is implementation dependent.| Constructor and Description | 
|---|
| RecursionTooDeepException(java.lang.String resourcePath)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. | 
public RecursionTooDeepException(java.lang.String resourcePath)
The resource path is the actual message of the exception.
resourcePath - The path of the resource whose output inclusion
            causes this exception.Copyright © 2018 The Apache Software Foundation. All rights reserved.