Class LfsException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.jgit.lfs.errors.LfsException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
LfsBandwidthLimitExceeded, LfsInsufficientStorage, LfsRateLimitExceeded, LfsRepositoryNotFound, LfsRepositoryReadOnly, LfsUnauthorized, LfsUnavailable, LfsValidationError

public class LfsException extends Exception
Thrown when an error occurs during LFS operation.
Since:
4.5
See Also:
  • Field Details

  • Constructor Details

    • LfsException

      public LfsException(String message)

      Constructor for LfsException.

      Parameters:
      message - error message, which may be shown to an end-user.