binary-streams / loggersoft.kotlin.streams / LimitOutOfBoundsException / <init>

<init>

LimitOutOfBoundsException(position: Long, limit: Long, message: String? = null)

Thrown when stream user read or write outside of current limit.

Parameters

position - current position in the stream.

limit - current limit in the stream.

message - message text or null if not required.

Author
Alexander Kornilov (akornilov.82@gmail.com).