net.sf.ehcache.constructs.web
Class AlreadyGzippedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sf.ehcache.CacheException
net.sf.ehcache.constructs.web.AlreadyGzippedException
- All Implemented Interfaces:
- Serializable
public class AlreadyGzippedException
- extends net.sf.ehcache.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 744 2008-08-16 20:10:49Z gregluck $
- Author:
- Greg Luck
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
AlreadyGzippedException
public AlreadyGzippedException()
- Constructor for the exception
AlreadyGzippedException
public AlreadyGzippedException(String message)
- Constructs an exception with the message given
- Parameters:
message - the message
Copyright © 2003-2011 Terracotta, Inc.. All Rights Reserved.