- Detail:
- Field |
- Constr |
- Method
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.jruby.exceptions.ReadPartialBufferOverflowException
-
- All Implemented Interfaces:
- java.io.Serializable
public class ReadPartialBufferOverflowException
extends java.io.IOException
Represents a buffer overflow (too much data returned) when calling `readpartial` on an IO-like object.
See jruby/jruby#6246 and ruby/webrick#43
- See Also:
IOChannel.IOReadableByteChannel.read(ByteBuffer)
,
Serialized Form
-
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
- Detail:
- Field |
- Constr |
- Method
Copyright © 2001-2022 JRuby. All Rights Reserved.