public class CorruptObjectException extends IOException
Constructor and Description |
---|
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)
Construct a CorruptObjectException for reporting a problem not associated
with a specific object id.
|
CorruptObjectException(String why,
Throwable cause)
Construct a CorruptObjectException for reporting a problem not associated
with a specific object id.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CorruptObjectException(AnyObjectId id, String why)
id
- why
- public CorruptObjectException(ObjectId id, String why)
id
- why
- public CorruptObjectException(String why)
why
- Copyright © 2015 Eclipse JGit Project. All rights reserved.