public interface UnpackErrorHandler
Exception handler for processing an incoming pack file.
- Since:
- 5.7
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Handle an exception thrown while unpacking the pack file.
-
Method Details
-
handleUnpackException
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.
-