Class NativeGitProvider.NativeCommandException

All Implemented Interfaces:
Serializable
Enclosing class:
NativeGitProvider

public static class NativeGitProvider.NativeCommandException extends GitCommitIdExecutionException
See Also:
  • Constructor Details

    • NativeCommandException

      public NativeCommandException(int exitCode, String command, File directory, String stdout, String stderr)
  • Method Details

    • getExitCode

      public int getExitCode()
    • getCommand

      public String getCommand()
    • getDirectory

      public File getDirectory()
    • getStdout

      public String getStdout()
    • getStderr

      public String getStderr()
    • getMessage

      public String getMessage()
      Overrides:
      getMessage in class Throwable