public interface UnpackErrorHandler
Modifier and Type | Method and Description |
---|---|
void |
handleUnpackException(Throwable t)
Handle an exception thrown while unpacking the pack file.
|
void handleUnpackException(Throwable t) throws IOException
t
- exception thrownIOException
- thrown when failed to write an error back to the client.Copyright © 2020 Eclipse JGit Project. All rights reserved.