public class NotEnoughDataException extends DecoderException
| Constructor and Description |
|---|
NotEnoughDataException(int required,
int available)
Constructor.
|
NotEnoughDataException(int required,
int available,
Exception cause)
Constructor.
|
NotEnoughDataException(String reason)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NotEnoughDataException(String reason)
reason - Description of the error.public NotEnoughDataException(int required,
int available)
required - The number of bytes required to decode the message.available - The number of bytes available in buffer.public NotEnoughDataException(int required,
int available,
Exception cause)
required - The number of bytes required to decode the message.available - The number of bytes available in buffer.cause - Cause of the exception.Copyright © 2005–2025 Onix Solutions. All rights reserved.