Serializable
public 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, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public IncorrectObjectTypeException(ObjectId id, String type)
id
- SHA-1type
- object typepublic IncorrectObjectTypeException(ObjectId id, int type)
id
- SHA-1type
- object typeCopyright © 2018. All rights reserved.