net.sf.ehcache.constructs.nonstop
Class RejoinCacheException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           java.lang.RuntimeException
java.lang.RuntimeException
               net.sf.ehcache.CacheException
net.sf.ehcache.CacheException
                   net.sf.ehcache.constructs.nonstop.RejoinCacheException
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
 
 
| Methods inherited from class java.lang.Throwable | 
| fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
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-
 
Copyright 2001-2014, Terracotta, Inc.