public class InvalidObjectIdException
extends java.lang.IllegalArgumentException
Constructor and Description |
---|
InvalidObjectIdException(byte[] bytes,
int offset,
int length)
Create exception with bytes of the invalid object id.
|
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.Copyright © 2012. All Rights Reserved.