Package org.eclipse.jgit.errors
Class MissingBundlePrerequisiteException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.eclipse.jgit.errors.TransportException
org.eclipse.jgit.errors.MissingBundlePrerequisiteException
- All Implemented Interfaces:
Serializable
Indicates a base/common object was required, but is not found.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMissingBundlePrerequisiteException
(URIish uri, Map<ObjectId, String> missingCommits) Constructs a MissingBundlePrerequisiteException for a set of objects. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
MissingBundlePrerequisiteException
Constructs a MissingBundlePrerequisiteException for a set of objects.- Parameters:
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.
-
-
Method Details
-
format
-