Class MaxOutputLengthExceeded
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.opensymphony.module.sitemesh.scalability.outputlength.MaxOutputLengthExceeded
- All Implemented Interfaces:
Serializable
An exception that is thrown if the maximum output length is exceeded.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMaxOutputLengthExceeded(long maxOutputLength, int maximumOutputExceededHttpCode) -
Method Summary
Modifier and TypeMethodDescriptionintlongMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MaxOutputLengthExceeded
public MaxOutputLengthExceeded(long maxOutputLength, int maximumOutputExceededHttpCode)
-
-
Method Details
-
getMaxOutputLength
public long getMaxOutputLength() -
getMaximumOutputExceededHttpCode
public int getMaximumOutputExceededHttpCode()
-