Class ReceivePack.DefaultUnpackErrorHandler

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void handleUnpackException​(java.lang.Throwable t)
      Handle an exception thrown while unpacking the pack file.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultUnpackErrorHandler

        private DefaultUnpackErrorHandler()
    • Method Detail

      • handleUnpackException

        public void handleUnpackException​(java.lang.Throwable t)
                                   throws java.io.IOException
        Description copied from interface: UnpackErrorHandler
        Handle an exception thrown while unpacking the pack file.
        Specified by:
        handleUnpackException in interface UnpackErrorHandler
        Parameters:
        t - exception thrown
        Throws:
        java.io.IOException - thrown when failed to write an error back to the client.