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

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

Introduction

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

The text is from its open source code.

Subclass

org.eclipse.jgit.errors.CorruptObjectException has subclasses.
Click this link to see all its subclasses.

Constructor

CorruptObjectException(String why)
Construct a CorruptObjectException for reporting a problem not associated with a specific object id.
CorruptObjectException(AnyObjectId id, String why)
Construct a CorruptObjectException for reporting a problem specified object id
CorruptObjectException(ObjectId id, String why)
Construct a CorruptObjectException for reporting a problem specified object id
CorruptObjectException(String why, Throwable cause)
Construct a CorruptObjectException for reporting a problem not associated with a specific object id.