ehcache

net.sf.ehcache.constructs.nonstop.concurrency
Class LockOperationTimedOutNonstopException

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.NonStopCacheException
                      extended by net.sf.ehcache.constructs.nonstop.concurrency.LockOperationTimedOutNonstopException
All Implemented Interfaces:
Serializable

public class LockOperationTimedOutNonstopException
extends NonStopCacheException

Special class of NonStopCacheException which is thrown on timeout of lock operations

Author:
Abhishek Sanoujam
See Also:
Serialized Form

Constructor Summary
LockOperationTimedOutNonstopException(String message)
          public constructor
 
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

LockOperationTimedOutNonstopException

public LockOperationTimedOutNonstopException(String message)
public constructor

Parameters:
message -

ehcache

Copyright 2001-2017, Terracotta, Inc.