Class MirrorException

All Implemented Interfaces:
Serializable

public class MirrorException extends RuntimeException
A RuntimeException raised when MirroringService 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.