Package org.eclipse.jgit.lfs.errors
Class LfsUnavailable
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.jgit.lfs.errors.LfsException
org.eclipse.jgit.lfs.errors.LfsUnavailable
- All Implemented Interfaces:
Serializable
Thrown when LFS is not available.
- Since:
- 4.5
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
LfsUnavailable
Constructor for LfsUnavailable.- Parameters:
name
- the repository name.
-