org.terracotta.toolkit.rejoin
Class RejoinException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.terracotta.toolkit.ToolkitRuntimeException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.