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