Package org.eclipse.jgit.errors
Class SymlinksNotSupportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.eclipse.jgit.errors.SymlinksNotSupportedException
- All Implemented Interfaces:
Serializable
An exception thrown when a symlink entry is found and cannot be
handled.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstruct a SymlinksNotSupportedException for the specified link -
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
-
SymlinksNotSupportedException
Construct a SymlinksNotSupportedException for the specified link- Parameters:
s
- name of link in tree or workdir
-