Class MissingBundlePrerequisiteException

All Implemented Interfaces:
Serializable

public class MissingBundlePrerequisiteException extends TransportException
Indicates a base/common object was required, but is not found.
See Also:
  • Field Details

  • Constructor Details

    • MissingBundlePrerequisiteException

      public MissingBundlePrerequisiteException(URIish uri, Map<ObjectId,String> missingCommits)
      Constructs a MissingBundlePrerequisiteException for a set of objects.
      Parameters:
      uri - URI used for transport
      missingCommits - 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