Serializable
public class InvalidObjectIdException extends IllegalArgumentException
Constructor | Description |
---|---|
InvalidObjectIdException(byte[] bytes,
int offset,
int length) |
Create exception with bytes of the invalid 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 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 © 2018. All rights reserved.