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

public class MaxOutputLengthExceeded extends RuntimeException
An exception that is thrown if the maximum output length is exceeded.
See Also:
  • Constructor Details

    • MaxOutputLengthExceeded

      public MaxOutputLengthExceeded(long maxOutputLength, int maximumOutputExceededHttpCode)
  • Method Details

    • getMaxOutputLength

      public long getMaxOutputLength()
    • getMaximumOutputExceededHttpCode

      public int getMaximumOutputExceededHttpCode()