org.terracotta.toolkit.rejoin
Class InvalidLockStateAfterRejoinException

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
                      extended by org.terracotta.toolkit.rejoin.InvalidLockStateAfterRejoinException
All Implemented Interfaces:
Serializable

Deprecated.

@Deprecated
public class InvalidLockStateAfterRejoinException
extends RejoinException

Unused -- will be removed in a future version

See Also:
Serialized Form

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

InvalidLockStateAfterRejoinException

public InvalidLockStateAfterRejoinException()
Deprecated. 

InvalidLockStateAfterRejoinException

public InvalidLockStateAfterRejoinException(String msg)
Deprecated. 

InvalidLockStateAfterRejoinException

public InvalidLockStateAfterRejoinException(Throwable cause)
Deprecated. 

InvalidLockStateAfterRejoinException

public InvalidLockStateAfterRejoinException(String message,
                                            Throwable cause)
Deprecated. 


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