Class GitException

All Implemented Interfaces:
Serializable

public class GitException extends RuntimeException
See Also:
  • Method Details

    • cloneFailed

      public static GitException cloneFailed(Exception cause)
    • fileRetrievalFailed

      public static GitException fileRetrievalFailed(String message)
    • initFailed

      public static GitException initFailed(org.eclipse.jgit.api.errors.GitAPIException cause)