Interface UnpackErrorHandler

All Known Implementing Classes:
ReceivePack.DefaultUnpackErrorHandler

public interface UnpackErrorHandler
Exception handler for processing an incoming pack file.
Since:
5.7
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Handle an exception thrown while unpacking the pack file.
  • Method Details

    • 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.