-
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(Throwable t)Handle an exception thrown while unpacking the pack file.
-
-
-
Method Detail
-
handleUnpackException
void handleUnpackException(Throwable t) throws IOException
Handle an exception thrown while unpacking the pack file.- Parameters:
t- exception thrown- Throws:
IOException- thrown when failed to write an error back to the client.
-
-