Package org.eclipse.jgit.lfs.errors
Class LfsConfigInvalidException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.eclipse.jgit.lfs.errors.LfsConfigInvalidException
- All Implemented Interfaces:
Serializable
Thrown when a LFS configuration problem has been detected (i.e. unable to
find the remote LFS repository URL).
- Since:
- 4.11
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstructor for LfsConfigInvalidException.LfsConfigInvalidException
(String msg, Exception e) Constructor for LfsConfigInvalidException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
LfsConfigInvalidException
Constructor for LfsConfigInvalidException.- Parameters:
msg
- the error description
-
LfsConfigInvalidException
Constructor for LfsConfigInvalidException.- Parameters:
msg
- the error descriptione
- cause of this exception- Since:
- 5.0
-