Package org.apache.bookkeeper.util
Class Shell.ExitCodeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.apache.bookkeeper.util.Shell.ExitCodeException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- Shell
public static class Shell.ExitCodeException extends java.io.IOException
This is an IOException with exit code added.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description (package private) int
exitCode
-
Constructor Summary
Constructors Constructor Description ExitCodeException(int exitCode, java.lang.String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getExitCode()
-