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 privateDefaultUnpackErrorHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleUnpackException(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.IOExceptionDescription copied from interface:UnpackErrorHandlerHandle an exception thrown while unpacking the pack file.- Specified by:
handleUnpackExceptionin interfaceUnpackErrorHandler- Parameters:
t- exception thrown- Throws:
java.io.IOException- thrown when failed to write an error back to the client.
-
-