public class CorruptObjectException
extends java.io.IOException
Constructor and Description |
---|
CorruptObjectException(AnyObjectId id,
java.lang.String why)
Construct a CorruptObjectException for reporting a problem specified
object id
|
CorruptObjectException(ObjectId id,
java.lang.String why)
Construct a CorruptObjectException for reporting a problem specified
object id
|
CorruptObjectException(java.lang.String why)
Construct a CorruptObjectException for reporting a problem not associated
with a specific object id.
|
public CorruptObjectException(AnyObjectId id, java.lang.String why)
id
- why
- public CorruptObjectException(ObjectId id, java.lang.String why)
id
- why
- public CorruptObjectException(java.lang.String why)
why
- Copyright © 2012. All Rights Reserved.