Serializable
public class CorruptObjectException extends IOException
Constructor | Description |
---|---|
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.
|
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
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
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 © 2018. All rights reserved.