Serializablepublic class IncorrectObjectTypeException extends IOException
| Constructor | Description |
|---|---|
IncorrectObjectTypeException(ObjectId id,
int type) |
Construct and IncorrectObjectTypeException for the specified object id.
|
IncorrectObjectTypeException(ObjectId id,
String type) |
Construct and IncorrectObjectTypeException for the specified object id.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IncorrectObjectTypeException(ObjectId id, String type)
id - SHA-1type - object typepublic IncorrectObjectTypeException(ObjectId id, int type)
id - SHA-1type - object typeCopyright © 2018. All rights reserved.