org.infinispan.statetransfer
Class StateTransferLockReacquisitionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.infinispan.CacheException
                  extended by org.infinispan.util.concurrent.TimeoutException
                      extended by org.infinispan.statetransfer.StateTransferLockReacquisitionException
All Implemented Interfaces:
Serializable

public class StateTransferLockReacquisitionException
extends TimeoutException

Internal exception, thrown when StateTransferLock.waitForStateTransferToEnd fails to re-acquire the state transfer lock after state transfer (most likely because the timeout expired).

Author:
Dan Berindei
See Also:
Serialized Form

Constructor Summary
StateTransferLockReacquisitionException(String message)
           
 
Method Summary
 
Methods inherited from class org.infinispan.util.concurrent.TimeoutException
toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StateTransferLockReacquisitionException

public StateTransferLockReacquisitionException(String message)

-->

Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.