org.infinispan.distribution
Class RehashInProgressException

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.distribution.RehashInProgressException
All Implemented Interfaces:
Serializable

public class RehashInProgressException
extends CacheException

This exception is thrown when an operation cannot complete because a rehash is in progress. Most of the time the operation will just wait for the rehash to complete and continue, but if the rehash is taking too long this exception will be thrown.

Author:
Dan Berindei
See Also:
Serialized Form

Constructor Summary
RehashInProgressException()
           
RehashInProgressException(String msg)
           
RehashInProgressException(String msg, Throwable cause)
           
RehashInProgressException(Throwable cause)
           
 
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

RehashInProgressException

public RehashInProgressException()

RehashInProgressException

public RehashInProgressException(Throwable cause)

RehashInProgressException

public RehashInProgressException(String msg)

RehashInProgressException

public RehashInProgressException(String msg,
                                 Throwable cause)

-->

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