Class MissingBundlePrerequisiteException

  • All Implemented Interfaces:
    java.io.Serializable

    public class MissingBundlePrerequisiteException
    extends TransportException
    Indicates a base/common object was required, but is not found.
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • MissingBundlePrerequisiteException

        public MissingBundlePrerequisiteException​(URIish uri,
                                                  java.util.Map<ObjectId,​java.lang.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.