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
public class LfsUnauthorized extends LfsException
Thrown when authorization was refused for an LFS operation.- Since:
- 4.7
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LfsUnauthorized(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
-
-