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 |
|
|---|---|
<init>()Constructs an instance of this class. |
|