public class CorruptLongObjectException
extends java.lang.IllegalArgumentException
| Modifier and Type | Field and Description |
|---|---|
private AnyLongObjectId |
contentHash |
private AnyLongObjectId |
id |
private static long |
serialVersionUID |
| Constructor and Description |
|---|
CorruptLongObjectException(AnyLongObjectId id,
AnyLongObjectId contentHash,
java.lang.String message)
Corrupt long object detected.
|
| Modifier and Type | Method and Description |
|---|---|
AnyLongObjectId |
getContentHash()
Get the
contentHash. |
AnyLongObjectId |
getId()
Get the
id of the object. |
private static final long serialVersionUID
private final AnyLongObjectId id
private final AnyLongObjectId contentHash
public CorruptLongObjectException(AnyLongObjectId id, AnyLongObjectId contentHash, java.lang.String message)
id - id of the long objectcontentHash - hash of the long object's contentmessage - a String object.public AnyLongObjectId getId()
id of the object.public AnyLongObjectId getContentHash()
contentHash.