|
||||||||||
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.storage.dht.DhtException
org.eclipse.jgit.storage.dht.DhtMissingChunkException
public class DhtMissingChunkException
Indicates a PackChunk
doesn't exist in the database.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.eclipse.jgit.storage.dht.DhtException |
---|
DhtException.TODO |
Constructor Summary | |
---|---|
DhtMissingChunkException(ChunkKey key)
Initialize a new missing chunk exception. |
|
DhtMissingChunkException(ChunkKey key,
java.lang.Throwable why)
Initialize a new missing chunk exception. |
Method Summary | |
---|---|
ChunkKey |
getChunkKey()
|
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 DhtMissingChunkException(ChunkKey key)
key
- the key of the chunk that is not found.public DhtMissingChunkException(ChunkKey key, java.lang.Throwable why)
key
- the key of the chunk that is not found.why
- reason the chunk is missing. This may be an explanation about
low-level data corruption in the database.Method Detail |
---|
public ChunkKey getChunkKey()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |