org.eclipse.jgit.errors
Class PackMismatchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.eclipse.jgit.errors.PackMismatchException
- All Implemented Interfaces:
- Serializable
public class PackMismatchException
- extends IOException
Thrown when a PackFile no longer matches the PackIndex.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
PackMismatchException
public PackMismatchException(String why)
- Construct a pack modification error.
- Parameters:
why
- description of the type of error.
Copyright © 2012. All Rights Reserved.