Package org.eclipse.jgit.transport
Class ReceivePack.DefaultUnpackErrorHandler
java.lang.Object
org.eclipse.jgit.transport.ReceivePack.DefaultUnpackErrorHandler
- All Implemented Interfaces:
UnpackErrorHandler
- Enclosing class:
- ReceivePack
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Handle an exception thrown while unpacking the pack file.
-
Constructor Details
-
DefaultUnpackErrorHandler
private DefaultUnpackErrorHandler()
-
-
Method Details
-
handleUnpackException
Description copied from interface:UnpackErrorHandler
Handle an exception thrown while unpacking the pack file.- Specified by:
handleUnpackException
in interfaceUnpackErrorHandler
- Parameters:
t
- exception thrown- Throws:
IOException
- thrown when failed to write an error back to the client.
-