Package com.linecorp.centraldogma.common
Class MirrorAccessException
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.common.MirrorAccessException
- All Implemented Interfaces:
Serializable
A
MirrorException
raised when failed to access to the remote repository for mirroring.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMirrorAccessException
(String message) Creates a new instance.MirrorAccessException
(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
-
MirrorAccessException
Creates a new instance. -
MirrorAccessException
Creates a new instance.
-