Package org.apache.zookeeper.server
Class ZooKeeperServer.MissingSessionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.apache.zookeeper.server.ZooKeeperServer.MissingSessionException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ZooKeeperServer
public static class ZooKeeperServer.MissingSessionException extends IOException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MissingSessionException(String msg)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
MissingSessionException
public MissingSessionException(String msg)
-
-