public class PackInvalidException extends IOException
Constructor and Description |
---|
PackInvalidException(File path)
Deprecated.
|
PackInvalidException(File path,
Throwable cause)
Construct a pack invalid error with cause.
|
PackInvalidException(String path)
Deprecated.
|
PackInvalidException(String path,
Throwable cause)
Construct a pack invalid error with cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
@Deprecated public PackInvalidException(File path)
PackInvalidException(File, Throwable)
.path
- path of the invalid pack file.public PackInvalidException(File path, Throwable cause)
path
- path of the invalid pack file.cause
- cause of the pack file becoming invalid.@Deprecated public PackInvalidException(String path)
PackInvalidException(String, Throwable)
.path
- path of the invalid pack file.Copyright © 2020 Eclipse JGit Project. All rights reserved.