ehcache

net.sf.ehcache.constructs.nonstop
Class RejoinCacheException

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.RejoinCacheException
All Implemented Interfaces:
Serializable

public class RejoinCacheException
extends CacheException

Exception type thrown for rejoins when non-stop is disabled.

Author:
cdennis
See Also:
Serialized Form

Constructor Summary
RejoinCacheException(String message)
          Constructor accepting a String message
RejoinCacheException(String message, Throwable cause)
          Constructor accepting a String message and 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

RejoinCacheException

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

Parameters:
message -
cause -

RejoinCacheException

public RejoinCacheException(String message)
Constructor accepting a String message

Parameters:
message -

ehcache

Copyright 2001-2016, Terracotta, Inc.