public class TooManyCallsException extends SlingException
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.Constructor and Description |
---|
TooManyCallsException(String servletName)
Creates an instance of this exception naming the Servlet (or Script)
whose call caused this exception to be thrown.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public TooManyCallsException(String servletName)
The servlet name is the actual message of the exception.
servletName
- The name of the Servlet (or Script) causing this
exception.Copyright © 2015 The Apache Software Foundation. All rights reserved.