Package org.eclipse.jgit.transport
Interface UnpackErrorHandler
-
- All Known Implementing Classes:
ReceivePack.DefaultUnpackErrorHandler
public interface UnpackErrorHandler
Exception handler for processing an incoming pack file.- Since:
- 5.7
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
handleUnpackException(java.lang.Throwable t)
Handle an exception thrown while unpacking the pack file.
-