public class RenderTimeLimitExceededException extends JahiaServiceUnavailableException
| Constructor and Description |
|---|
RenderTimeLimitExceededException(String message,
long requestRenderTime,
long maxRequestRenderTime)
Initializes an instance of this class.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getMaxRequestRenderTime() |
long |
getRequestRenderTime() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RenderTimeLimitExceededException(String message, long requestRenderTime, long maxRequestRenderTime)
message - the error messagerequestRenderTime - the current request rendering timemaxRequestRenderTime - the maximum time, allowed for request renderingCopyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.