ehcache

net.sf.ehcache.constructs.nonstop
Class NonStopCacheException

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.constructs.nonstop.NonStopCacheException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidLockStateAfterRejoinException

public class NonStopCacheException
extends CacheException

Exception type thrown for NonStopCache operations

Author:
Abhishek Sanoujam
See Also:
Serialized Form

Constructor Summary
NonStopCacheException()
          Default constructor
NonStopCacheException(String message)
          Constructor accepting a String message
NonStopCacheException(String message, Throwable cause)
          Constructor accepting a String message and a Throwable cause
NonStopCacheException(Throwable cause)
          Constructor accepting a Throwable cause
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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

NonStopCacheException

public NonStopCacheException()
Default constructor


NonStopCacheException

public NonStopCacheException(String message,
                             Throwable cause)
Constructor accepting a String message and a Throwable cause

Parameters:
message -
cause -

NonStopCacheException

public NonStopCacheException(String message)
Constructor accepting a String message

Parameters:
message -

NonStopCacheException

public NonStopCacheException(Throwable cause)
Constructor accepting a Throwable cause

Parameters:
cause -

ehcache

true