org.terracotta.toolkit.rejoin
Class RejoinException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.terracotta.toolkit.ToolkitRuntimeException
                  extended by org.terracotta.toolkit.rejoin.RejoinException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidLockStateAfterRejoinException

public class RejoinException
extends ToolkitRuntimeException

This exception is thrown when data-structures don't work anymore because a rejoin happened. For example, sublists in ToolkitList, iterators etc won't work after rejoin. This exception is also thrown when threads are inside the platform but rejoin is in progress.

See Also:
Serialized Form

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

RejoinException

public RejoinException()

RejoinException

public RejoinException(String msg)

RejoinException

public RejoinException(Throwable cause)

RejoinException

public RejoinException(String message,
                       Throwable cause)


Copyright © 2014 Terracotta, Inc.. All Rights Reserved.