org.infinispan.statetransfer
Class StateTransferInProgressException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.infinispan.CacheException
org.infinispan.util.concurrent.TimeoutException
org.infinispan.statetransfer.StateTransferInProgressException
- All Implemented Interfaces:
- Serializable
public class StateTransferInProgressException
- extends TimeoutException
This exception is thrown when an operation cannot complete because a state transfer is in progress.
Most of the time the operation will just wait for the rehash to complete and continue,
but if the state transfer is taking too long this exception will be thrown.
- Author:
- Dan Berindei
- See Also:
- Serialized Form
StateTransferInProgressException
public StateTransferInProgressException(int newCacheViewId)
StateTransferInProgressException
public StateTransferInProgressException(int newCacheViewId,
Throwable cause)
StateTransferInProgressException
public StateTransferInProgressException(int newCacheViewId,
String msg)
StateTransferInProgressException
public StateTransferInProgressException(int newCacheViewId,
String msg,
Throwable cause)
getNewCacheViewId
public int getNewCacheViewId()
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.