public final class NettyImapRequestLineReader.NotEnoughDataException extends RuntimeException
RuntimeException which will get thrown by
NettyImapRequestLineReader.nextChar() and
NettyImapRequestLineReader.read(int, boolean) if not enough data is
readable in the underlying ChannelBuffer| Modifier and Type | Field and Description |
|---|---|
static int |
UNKNOWN_SIZE |
| Constructor and Description |
|---|
NettyImapRequestLineReader.NotEnoughDataException() |
NettyImapRequestLineReader.NotEnoughDataException(int size) |
| Modifier and Type | Method and Description |
|---|---|
int |
getNeededSize()
Return the size of the data which is needed
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static final int UNKNOWN_SIZE
Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.