public class MissingBundlePrerequisiteException extends TransportException
Constructor and Description |
---|
MissingBundlePrerequisiteException(URIish uri,
Map<ObjectId,String> missingCommits)
Constructs a MissingBundlePrerequisiteException for a set of objects.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MissingBundlePrerequisiteException(URIish uri, Map<ObjectId,String> missingCommits)
uri
- URI used for transportmissingCommits
- the Map of the base/common object(s) we don't have. Keys are
ids of the missing objects and values are short descriptions.Copyright © 2016 Eclipse JGit Project. All rights reserved.