|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.apache.sling.api.SlingException org.apache.sling.api.request.TooManyCallsException
public class TooManyCallsException
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.
Constructor Summary | |
---|---|
TooManyCallsException(java.lang.String servletName)
Creates an instance of this exception naming the Servlet (or Script) whose call caused this exception to be thrown. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TooManyCallsException(java.lang.String servletName)
The servlet name is the actual message of the exception.
servletName
- The name of the Servlet (or Script) causing this
exception.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |