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
public class SymlinksNotSupportedException
- extends IOException
An exception thrown when a symlink entry is found and cannot be
handled.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SymlinksNotSupportedException
public SymlinksNotSupportedException(String s)
- Construct a SymlinksNotSupportedException for the specified link
- Parameters:
s
- name of link in tree or workdir
Copyright © 2012. All Rights Reserved.