Class GitMirrorException

All Implemented Interfaces:
Serializable

public class GitMirrorException extends MirrorException
A MirrorException raised when failed to mirror a Git repository.
See Also:
  • Constructor Details

    • GitMirrorException

      public GitMirrorException()
      Creates a new instance.
    • GitMirrorException

      public GitMirrorException(String message)
      Creates a new instance.
    • GitMirrorException

      public GitMirrorException(String message, Throwable cause)
      Creates a new instance.