Class InvalidObjectIdException

    • Constructor Detail

      • InvalidObjectIdException

        public InvalidObjectIdException​(byte[] bytes,
                                        int offset,
                                        int length)
        Create exception with bytes of the invalid object id.
        Parameters:
        bytes - containing the invalid id.
        offset - in the byte array where the error occurred.
        length - of the sequence of invalid bytes.
      • InvalidObjectIdException

        public InvalidObjectIdException​(String id)
        Constructor for InvalidObjectIdException
        Parameters:
        id - the invalid id.
        Since:
        4.1