public class InvalidLongObjectIdException extends IllegalArgumentException
Constructor and Description |
---|
InvalidLongObjectIdException(byte[] bytes,
int offset,
int length)
Create exception with bytes of the invalid object id.
|
InvalidLongObjectIdException(String idString)
Constructor for InvalidLongObjectIdException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidLongObjectIdException(byte[] bytes, int offset, int length)
bytes
- containing the invalid id.offset
- in the byte array where the error occurred.length
- of the sequence of invalid bytes.public InvalidLongObjectIdException(String idString)
Constructor for InvalidLongObjectIdException.
idString
- String containing the invalid idCopyright © 2019 Eclipse JGit Project. All rights reserved.