Class LogicalRecordLengthExceededException

    • Constructor Detail

      • LogicalRecordLengthExceededException

        public LogicalRecordLengthExceededException​(String message,
                                                    char[] dataBuffer,
                                                    int offset,
                                                    int length)
        Constructs a logical record length exceeded exception with the specified detail message, data buffer, offset, and length.
        Parameters:
        message - the detail message (which is saved for later retrieval by the Throwable.getMessage() method).
        dataBuffer - the buffer of the write
        offset - the offset of the write
        length - the length of the write
        Since:
        1.0.0
    • Method Detail

      • getDataBuffer

        public char[] getDataBuffer()
        Returns the buffer of the write.
        Returns:
        the char array buffer
      • getOffset

        public int getOffset()
        Returns the offset of the write
        Returns:
        the int offset
      • getLength

        public int getLength()
        Returns the length of the write
        Returns:
        the int length