Package com.linecorp.centraldogma.common
Class MirrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.linecorp.centraldogma.common.CentralDogmaException
com.linecorp.centraldogma.common.MirrorException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
GitMirrorException
,SshMirrorException
A
CentralDogmaException
raised when failed to mirror a repository.- See Also:
-
Constructor Summary
ModifierConstructorDescriptionCreates a new instance.MirrorException
(String message) Creates a new instance.MirrorException
(String message, Throwable cause) Creates a new instance.protected
MirrorException
(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) Creates a new instance.MirrorException
(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
-
MirrorException
public MirrorException()Creates a new instance. -
MirrorException
Creates a new instance. -
MirrorException
Creates a new instance. -
MirrorException
Creates a new instance. -
MirrorException
protected MirrorException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) Creates a new instance.
-