repo1.maven.org$maven2@org.apache.sling$org.apache.sling.api@2.1.0
repo1.maven.org$maven2@org.apache.sling$org.apache.sling.api@2.1.0@org$apache$sling$api$request$TooManyCallsException.java
file
oh
o
[]
package org.apache.sling.api.request;
The
TooManyCallsException is thrown by the Sling implementation
if to many inclusions have been called for during a single request. The limit
of inclusions is implementation dependent.
Creates an instance of this exception naming the Servlet (or Script)
whose call caused this exception to be thrown.
The servlet name is the actual message of the exception.
- Parameters:
servletName The name of the Servlet (or Script) causing this
exception.