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