|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
org.eclipse.jgit.errors.MissingObjectException
public class MissingObjectException
An expected object is missing.
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MissingObjectException(ObjectId id,
java.lang.String type)
id - SHA-1type - object type
public MissingObjectException(ObjectId id,
int type)
id - SHA-1type - object type
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||