Package org.eclipse.jgit.lfs.errors
Class LfsInsufficientStorage
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.eclipse.jgit.lfs.errors.LfsException
-
- org.eclipse.jgit.lfs.errors.LfsInsufficientStorage
-
- All Implemented Interfaces:
Serializable
public class LfsInsufficientStorage extends LfsException
Thrown when there is insufficient storage on the server.- Since:
- 4.5
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LfsInsufficientStorage(String message)
Constructor for LfsInsufficientStorage.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
LfsInsufficientStorage
public LfsInsufficientStorage(String message)
Constructor for LfsInsufficientStorage.
- Parameters:
message
- error message, which may be shown to an end-user.
-
-