Package org.eclipse.jgit.lfs.errors
Class LfsRateLimitExceeded
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.eclipse.jgit.lfs.errors.LfsException
-
- org.eclipse.jgit.lfs.errors.LfsRateLimitExceeded
-
- All Implemented Interfaces:
java.io.Serializable
public class LfsRateLimitExceeded extends LfsException
Thrown when the user has hit a rate limit with the server.- Since:
- 4.5
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description LfsRateLimitExceeded(java.lang.String message)
Constructor for LfsRateLimitExceeded.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-