Package com.drew.lang

Class BufferBoundsException

All Implemented Interfaces:
Serializable

@Deprecated(since="2024-11-20") public final class BufferBoundsException extends IOException
Deprecated.
Usage of this API is not supported in AEM as a Cloud Service.
A checked replacement for IndexOutOfBoundsException. Used by RandomAccessReader.
See Also:
  • Constructor Details

    • BufferBoundsException

      public BufferBoundsException(int index, int bytesRequested, long bufferLength)
      Deprecated.
    • BufferBoundsException

      public BufferBoundsException(String message)
      Deprecated.