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:
  • Constructor Details

    • ExitCodeException

      public ExitCodeException(int exitCode, String message)
  • Method Details

    • getExitCode

      public int getExitCode()