Class CommandExitException

    • Constructor Detail

      • CommandExitException

        public CommandExitException​(int exitCode,
                                    @Nullable
                                    String errorLog)
        Create a new exception.
        Parameters:
        exitCode - the process exit code
        errorLog - additional loggable error information
      • CommandExitException

        public CommandExitException​(int exitCode)
        Create a new exception.
        Parameters:
        exitCode - the process exit code
    • Method Detail

      • getExitCode

        public int getExitCode()