public class InvalidLongObjectIdException
extends java.lang.IllegalArgumentException
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
InvalidLongObjectIdException(byte[] bytes,
int offset,
int length)
Create exception with bytes of the invalid object id.
|
InvalidLongObjectIdException(java.lang.String idString)
Constructor for InvalidLongObjectIdException.
|
| Modifier and Type | Method and Description |
|---|---|
private static java.lang.String |
asAscii(byte[] bytes,
int offset,
int length) |
private static final long serialVersionUID
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(java.lang.String idString)
Constructor for InvalidLongObjectIdException.
idString - String containing the invalid id