Package net.sf.ehcache.writer
Class CacheWriterManagerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.sf.ehcache.CacheException
-
- net.sf.ehcache.writer.CacheWriterManagerException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
StoreUpdateException
public class CacheWriterManagerException extends CacheException
An exception specifically for throwing exceptions that happen with aCacheWriterManagerimplementation.- Version:
- $Id$
- Author:
- Geert Bevin
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CacheWriterManagerException(java.lang.RuntimeException cause)Construct a new exception
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.RuntimeExceptiongetCause()
-