org.infinispan.statetransfer
Class StateTransferCancelledException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.infinispan.statetransfer.StateTransferException
              extended by org.infinispan.statetransfer.StateTransferCancelledException
All Implemented Interfaces:
Serializable

public class StateTransferCancelledException
extends StateTransferException

Thrown when a state transfer is interrupted because there is another state transfer pending.

See Also:
Serialized Form

Constructor Summary
StateTransferCancelledException()
           
 
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

StateTransferCancelledException

public StateTransferCancelledException()

-->

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