Interface UnpackErrorHandler

    • Method Detail

      • handleUnpackException

        void handleUnpackException​(java.lang.Throwable t)
                            throws java.io.IOException
        Handle an exception thrown while unpacking the pack file.
        Parameters:
        t - exception thrown
        Throws:
        java.io.IOException - thrown when failed to write an error back to the client.