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(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. | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RecursionTooDeepException(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 © 2017 The Apache Software Foundation. All rights reserved.