net.sf.ehcache.constructs.web
Class AlreadyGzippedException
public
class
AlreadyGzippedException
extends CacheException
The web package performs gzipping operations. One cause of problems on web browsers
is getting content that is double or triple gzipped. They will either get gobblydeegook
or a blank page. This exception is thrown when a gzip is attempted on already gzipped content.
This exception should be logged and the causes investigated, which are likely to be going through
a caching filter more than once. This exception is not normally recoverable from.
Version: $Id: AlreadyGzippedException.java 59 2006-04-30 03:41:39Z gregluck $
Author: Greg Luck
public AlreadyGzippedException()
Constructor for the exception
public AlreadyGzippedException(String message)
Constructs an exception with the message given
Parameters: message the message