Uses of Class
org.eclipse.jgit.lfs.errors.LfsException
Packages that use LfsException
-
Uses of LfsException in org.eclipse.jgit.lfs.errors
Subclasses of LfsException in org.eclipse.jgit.lfs.errorsModifier and TypeClassDescriptionclass
Thrown when the bandwidth limit for the user or repository has been exceeded.class
Thrown when there is insufficient storage on the server.class
Thrown when the user has hit a rate limit with the server.class
Thrown when the repository does not exist for the user.class
Thrown when the user has read, but not write access.class
Thrown when authorization was refused for an LFS operation.class
Thrown when LFS is not available.class
Thrown when there is a validation error with one or more of the objects in the request. -
Uses of LfsException in org.eclipse.jgit.lfs.server
Methods in org.eclipse.jgit.lfs.server that throw LfsExceptionModifier and TypeMethodDescriptionprotected abstract LargeFileRepository
LfsProtocolServlet.getLargeFileRepository
(LfsProtocolServlet.LfsRequest request, String path, String auth) Get the large file repository for the given request and path.