Package org.eclipse.jgit.lfs.errors
Class LfsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.eclipse.jgit.lfs.errors.LfsException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
LfsBandwidthLimitExceeded
,LfsInsufficientStorage
,LfsRateLimitExceeded
,LfsRepositoryNotFound
,LfsRepositoryReadOnly
,LfsUnauthorized
,LfsUnavailable
,LfsValidationError
public class LfsException extends java.lang.Exception
Thrown when an error occurs during LFS operation.- Since:
- 4.5
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description LfsException(java.lang.String message)
Constructor for LfsException.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-