Serializable
public class MissingBundlePrerequisiteException extends TransportException
Constructor | Description |
---|---|
MissingBundlePrerequisiteException(URIish uri,
Map<ObjectId,String> missingCommits) |
Constructs a MissingBundlePrerequisiteException for a set of objects.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
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 © 2018. All rights reserved.