Interface UnpackErrorHandler


  • public interface UnpackErrorHandler
    Exception handler for processing an incoming pack file.
    Since:
    5.7
    • 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.