public class DataBufferIndexOverflowException
extends java.lang.RuntimeException
Unchecked exception thrown by DataBuffer
methods from()
,
to()
and cnt()
, if the values, they should be returned
by these methods, are greater than Integer.MAX_VALUE.
Constructor and Description |
---|
DataBufferIndexOverflowException()
Constructs an instance of this class.
|
DataBufferIndexOverflowException(java.lang.String message)
Constructs an instance of this class with the specified detail message.
|
public DataBufferIndexOverflowException()
public DataBufferIndexOverflowException(java.lang.String message)
message
- the detail message.