public class MissingObjectException extends IOException
Constructor and 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 and Description |
---|---|
ObjectId |
getObjectId()
Get the ObjectId that was not found
|
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 Eclipse JGit Project. All rights reserved.