public final class DecoratedBufferUnderflowException extends BufferUnderflowException
BufferUnderflowException with a descriptive message.
This exception is thrown to indicate that there is an attempt to read
data from a buffer beyond its limit.| Constructor and Description |
|---|
DecoratedBufferUnderflowException(String message)
Constructs a new exception with the specified detail message.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage()
Returns the detail message of this exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DecoratedBufferUnderflowException(String message)
message - the detail messagepublic String getMessage()
getMessage in class ThrowableCopyright © 2024. All rights reserved.