ehcache

net.sf.ehcache.writer
Class CacheWriterManagerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.sf.ehcache.CacheException
                  extended by net.sf.ehcache.writer.CacheWriterManagerException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
StoreUpdateException

public class CacheWriterManagerException
extends CacheException

An exception specifically for throwing exceptions that happen with a CacheWriterManager implementation.

Version:
$Id: CacheWriterManagerException.java 5594 2012-05-07 16:04:31Z cdennis $
Author:
Geert Bevin
See Also:
Serialized Form

Constructor Summary
CacheWriterManagerException(RuntimeException cause)
          Construct a new exception
 
Method Summary
 RuntimeException getCause()
          
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CacheWriterManagerException

public CacheWriterManagerException(RuntimeException cause)
Construct a new exception

Parameters:
cause - the underlying cause for this exception
Method Detail

getCause

public RuntimeException getCause()

Overrides:
getCause in class Throwable

ehcache

Copyright 2001-2014, Terracotta, Inc.