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