public class CorruptLongObjectException extends IllegalArgumentException
| Constructor and Description |
|---|
CorruptLongObjectException(AnyLongObjectId id,
AnyLongObjectId contentHash,
String message)
Corrupt long object detected.
|
| Modifier and Type | Method and Description |
|---|---|
AnyLongObjectId |
getContentHash() |
AnyLongObjectId |
getId() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CorruptLongObjectException(AnyLongObjectId id, AnyLongObjectId contentHash, String message)
id - id of the long objectcontentHash - hash of the long object's contentmessage - public AnyLongObjectId getId()
public AnyLongObjectId getContentHash()
Copyright © 2017 Eclipse JGit Project. All rights reserved.