Serializablepublic static final class DecoderInputBuffer.InsufficientCapacityException extends IllegalStateException
DecoderInputBuffer whose DecoderInputBuffer.bufferReplacementMode is DecoderInputBuffer.BUFFER_REPLACEMENT_MODE_DISABLED and who DecoderInputBuffer.data
capacity is smaller than required.| Modifier and Type | Field | Description |
|---|---|---|
int |
currentCapacity |
The current capacity of the buffer.
|
int |
requiredCapacity |
The required capacity of the buffer.
|
| Constructor | Description |
|---|---|
InsufficientCapacityException(int currentCapacity,
int requiredCapacity) |
Creates an instance.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString