Class GitCliOutputException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.craftercms.studio.api.v2.exception.git.cli.GitCliOutputException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
GitRepositoryLockedException, NoChangesToCommitException

public class GitCliOutputException extends IOException
Thrown when the Git CLI exits with a non-zero value. The output of the command is in the message.
Since:
3.1.23
Author:
Alfonso Vasquez
See Also:
  • Constructor Details

    • GitCliOutputException

      public GitCliOutputException(int exitValue, String output)
  • Method Details

    • getExitValue

      public int getExitValue()