Added in API level 1
    BufferOverflowException
open class BufferOverflowException : RuntimeException
| kotlin.Any | ||||
| ↳ | kotlin.Throwable | |||
| ↳ | java.lang.Exception | |||
| ↳ | java.lang.RuntimeException | |||
| ↳ | java.nio.BufferOverflowException | |||
Unchecked exception thrown when a relative put operation reaches the target buffer's limit.
Summary
| Public constructors | |
|---|---|
| Constructs an instance of this class. | |
Public constructors
BufferOverflowException
Added in API level 1
      BufferOverflowException()
Constructs an instance of this class.
