public class UnpackException extends IOException
Constructor and Description |
---|
UnpackException(Throwable why)
Creates an exception with a root cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnpackException(Throwable why)
why
- the root cause of the unpacking failure.Copyright © 2017 Eclipse JGit Project. All rights reserved.