|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException net.sf.ehcache.CacheException net.sf.ehcache.constructs.nonstop.NonStopCacheException net.sf.ehcache.constructs.nonstop.concurrency.InvalidLockStateAfterRejoinException
public class InvalidLockStateAfterRejoinException
Exception class signifying invalid lock state. This normally happens when locks are acquired using explicit lock api's in Ehcache and a rejoin happens. All locks are flushed/invalidated when a Terracotta client rejoins the cluster. This exception will be thrown, for example, when trying to unlock a lock that was acquired prior to a rejoin.
Constructor Summary | |
---|---|
InvalidLockStateAfterRejoinException()
Default Constructor |
|
InvalidLockStateAfterRejoinException(String message,
Throwable cause)
Constructor accepting a root cause and a message |
|
InvalidLockStateAfterRejoinException(Throwable cause)
Constructor accepting a root 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 |
---|
public InvalidLockStateAfterRejoinException()
public InvalidLockStateAfterRejoinException(Throwable cause)
public InvalidLockStateAfterRejoinException(String message, Throwable cause)
|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |