Serializablepublic 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, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic 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.