public final class DecoratedBufferOverflowException extends BufferOverflowException
BufferOverflowException
with a descriptive message.
This exception is thrown to indicate that there is an attempt to write
data into a buffer beyond its capacity.Constructor and Description |
---|
DecoratedBufferOverflowException(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, toString
public DecoratedBufferOverflowException(String message)
message
- the detail messagepublic String getMessage()
getMessage
in class Throwable
Copyright © 2023. All rights reserved.