Serializable
public class MissingObjectException extends IOException
Constructor | Description |
---|---|
MissingObjectException(AbbreviatedObjectId id,
int type) |
Construct a MissingObjectException for the specified object id.
|
MissingObjectException(ObjectId id,
int type) |
Construct a MissingObjectException for the specified object id.
|
MissingObjectException(ObjectId id,
String type) |
Construct a MissingObjectException for the specified object id.
|
Modifier and Type | Method | Description |
---|---|---|
ObjectId |
getObjectId() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MissingObjectException(ObjectId id, String type)
id
- SHA-1type
- object typepublic MissingObjectException(ObjectId id, int type)
id
- SHA-1type
- object typepublic MissingObjectException(AbbreviatedObjectId id, int type)
id
- SHA-1type
- object typepublic ObjectId getObjectId()
Copyright © 2018. All rights reserved.