Uses of Class
net.sf.ehcache.constructs.nonstop.NonStopCacheException
-
Packages that use NonStopCacheException Package Description net.sf.ehcache.constructs.nonstop.concurrency Nonstop feature related to concurrent packagenet.sf.ehcache.hibernate.nonstop This package contains interfaces and classes for Hibernate related to Ehcache's nonstop feature. -
-
Uses of NonStopCacheException in net.sf.ehcache.constructs.nonstop.concurrency
Subclasses of NonStopCacheException in net.sf.ehcache.constructs.nonstop.concurrency Modifier and Type Class Description classInvalidLockStateAfterRejoinExceptionException class signifying invalid lock state.classLockOperationTimedOutNonstopExceptionSpecial class ofNonStopCacheExceptionwhich is thrown on timeout of lock operations -
Uses of NonStopCacheException in net.sf.ehcache.hibernate.nonstop
Methods in net.sf.ehcache.hibernate.nonstop with parameters of type NonStopCacheException Modifier and Type Method Description voidHibernateNonstopCacheExceptionHandler. handleNonstopCacheException(NonStopCacheException nonStopCacheException)HandleNonStopCacheException.
-