Package com.zfabrik.impl.gitcr.helper
Class FetchFailedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.zfabrik.impl.gitcr.helper.FetchFailedException
-
- All Implemented Interfaces:
java.io.Serializable
public class FetchFailedException extends java.lang.RuntimeException
Exception indicating a failed fetch command- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FetchFailedException(java.lang.String repo, java.lang.Exception e)
-