Package org.apache.zookeeper.server
Class ExitCode
- java.lang.Object
-
- org.apache.zookeeper.server.ExitCode
-
public class ExitCode extends java.lang.Object
Exit code used to exit server
-
-
Field Summary
Fields Modifier and Type Field Description static int
UNEXPECTED_ERROR
-
Constructor Summary
Constructors Constructor Description ExitCode()
-
-
-
Field Detail
-
UNEXPECTED_ERROR
public static final int UNEXPECTED_ERROR
- See Also:
- Constant Field Values
-
-