Class ShellUtils.ExitCodeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.storm.utils.ShellUtils.ExitCodeException
All Implemented Interfaces:
Serializable
Enclosing class:
ShellUtils

public static class ShellUtils.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()