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:
Serializable
public class LfsRepositoryNotFound extends LfsException
Thrown when the repository does not exist for the user.- Since:
- 4.5
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LfsRepositoryNotFound(String name)
Constructor for LfsRepositoryNotFound.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
LfsRepositoryNotFound
public LfsRepositoryNotFound(String name)
Constructor for LfsRepositoryNotFound.
- Parameters:
name
- the repository name.
-
-