Class MirrorException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
GitMirrorException, SshMirrorException

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

    • MirrorException

      public MirrorException()
      Creates a new instance.
    • MirrorException

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

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

      public MirrorException(Throwable cause)
      Creates a new instance.
    • MirrorException

      protected MirrorException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
      Creates a new instance.