Package org.eclipse.jgit.lfs.errors
Class LfsUnauthorized
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.jgit.lfs.errors.LfsException
org.eclipse.jgit.lfs.errors.LfsUnauthorized
- All Implemented Interfaces:
Serializable
Thrown when authorization was refused for an LFS operation.
- Since:
- 4.7
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionLfsUnauthorized
(String operation, String name) Constructor for LfsUnauthorized. -
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
-
LfsUnauthorized
Constructor for LfsUnauthorized.
- Parameters:
operation
- the operation that was attempted.name
- the repository name.
-