org.apache.zookeeper
Class KeeperException.SessionMovedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.zookeeper.KeeperException
              extended by org.apache.zookeeper.KeeperException.SessionMovedException
All Implemented Interfaces:
Serializable
Enclosing class:
KeeperException

public static class KeeperException.SessionMovedException
extends KeeperException

See Also:
KeeperException.Code.SESSIONMOVED, Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.zookeeper.KeeperException
KeeperException.APIErrorException, KeeperException.AuthFailedException, KeeperException.BadArgumentsException, KeeperException.BadVersionException, KeeperException.Code, KeeperException.CodeDeprecated, KeeperException.ConnectionLossException, KeeperException.DataInconsistencyException, KeeperException.InvalidACLException, KeeperException.InvalidCallbackException, KeeperException.MarshallingErrorException, KeeperException.NoAuthException, KeeperException.NoChildrenForEphemeralsException, KeeperException.NodeExistsException, KeeperException.NoNodeException, KeeperException.NotEmptyException, KeeperException.OperationTimeoutException, KeeperException.RuntimeInconsistencyException, KeeperException.SessionExpiredException, KeeperException.SessionMovedException, KeeperException.SystemErrorException, KeeperException.UnimplementedException
 
Constructor Summary
KeeperException.SessionMovedException()
           
 
Method Summary
 
Methods inherited from class org.apache.zookeeper.KeeperException
code, create, create, create, create, getCode, getMessage, getPath, setCode
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

KeeperException.SessionMovedException

public KeeperException.SessionMovedException()


Copyright © 2011 The Apache Software Foundation