public class MissingObjectException
extends java.io.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,
java.lang.String type)
Construct a MissingObjectException for the specified object id.
|
Modifier and Type | Method and Description |
---|---|
ObjectId |
getObjectId() |
public MissingObjectException(ObjectId id, java.lang.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 © 2012. All Rights Reserved.