Package org.eclipse.jgit.lfs.errors
Class LfsValidationError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.eclipse.jgit.lfs.errors.LfsException
-
- org.eclipse.jgit.lfs.errors.LfsValidationError
-
- All Implemented Interfaces:
java.io.Serializable
public class LfsValidationError extends LfsException
Thrown when there is a validation error with one or more of the objects in the request.- Since:
- 4.5
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description LfsValidationError(java.lang.String message)
Constructor for LfsValidationError.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-