public class PackMismatchException extends IOException
| Constructor and Description |
|---|
PackMismatchException(String why)
Construct a pack modification error.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isPermanent()
Check if this is a permanent problem
|
void |
setPermanent(boolean permanent)
Set the type of the exception
|
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic PackMismatchException(String why)
why - description of the type of error.public void setPermanent(boolean permanent)
permanent - whether the exception is considered permanentpublic boolean isPermanent()
Copyright © 2024 Eclipse JGit Project. All rights reserved.