Java org.eclipse.jgit.errors MissingObjectException fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jgit.errors MissingObjectException fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jgit.errors MissingObjectException.

The text is from its open source code.

Constructor

MissingObjectException(ObjectId id, String type)
Construct a MissingObjectException for the specified object id.
MissingObjectException(ObjectId id, int type)
Construct a MissingObjectException for the specified object id.
MissingObjectException(AbbreviatedObjectId id, int type)
Construct a MissingObjectException for the specified object id.