Package org.eclipse.jgit.transport
Class ReceivePack.DefaultUnpackErrorHandler
- java.lang.Object
-
- org.eclipse.jgit.transport.ReceivePack.DefaultUnpackErrorHandler
-
- All Implemented Interfaces:
UnpackErrorHandler
- Enclosing class:
- ReceivePack
private class ReceivePack.DefaultUnpackErrorHandler extends java.lang.Object implements UnpackErrorHandler
-
-
Constructor Summary
Constructors Modifier Constructor Description private
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.
-
-
-
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 interfaceUnpackErrorHandler
- Parameters:
t
- exception thrown- Throws:
java.io.IOException
- thrown when failed to write an error back to the client.
-
-