Class GitMirrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.linecorp.centraldogma.common.CentralDogmaException
com.linecorp.centraldogma.common.MirrorException
com.linecorp.centraldogma.server.mirror.git.GitMirrorException
- All Implemented Interfaces:
Serializable
A
MirrorException
raised when failed to mirror a Git repository.- See Also:
-
Constructor Summary
ConstructorDescriptionCreates a new instance.GitMirrorException
(String message) Creates a new instance.GitMirrorException
(String message, Throwable cause) Creates a new instance. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
GitMirrorException
public GitMirrorException()Creates a new instance. -
GitMirrorException
Creates a new instance. -
GitMirrorException
Creates a new instance.
-