Package org.apache.zookeeper
Class Shell.ExitCodeException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.io.IOException
- 
- org.apache.zookeeper.Shell.ExitCodeException
 
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 - Enclosing class:
- Shell
 
 public static class Shell.ExitCodeException extends IOException This is an IOException with exit code added.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description ExitCodeException(int exitCode, String message)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetExitCode()- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
ExitCodeExceptionpublic ExitCodeException(int exitCode, String message)
 
- 
 
-