Package org.eclipse.jgit.lfs.errors
Class LfsRepositoryNotFound
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.eclipse.jgit.lfs.errors.LfsException
-
- org.eclipse.jgit.lfs.errors.LfsRepositoryNotFound
-
- All Implemented Interfaces:
java.io.Serializable
public class LfsRepositoryNotFound extends LfsException
Thrown when the repository does not exist for the user.- Since:
- 4.5
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description LfsRepositoryNotFound(java.lang.String name)
Constructor for LfsRepositoryNotFound.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-