Class LockOperationTimedOutNonstopException
- 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.LockOperationTimedOutNonstopException
-
- All Implemented Interfaces:
java.io.Serializable
public class LockOperationTimedOutNonstopException extends NonStopCacheException
Special class ofNonStopCacheExceptionwhich is thrown on timeout of lock operations- Author:
- Abhishek Sanoujam
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LockOperationTimedOutNonstopException(java.lang.String message)public constructor
-