- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalStateException
-
- io.netty5.buffer.api.BufferClosedException
-
- All Implemented Interfaces:
Serializable
public final class BufferClosedException extends IllegalStateException
An exception thrown when an operation is attempted on aBuffer
when it has been closed.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BufferClosedException()
BufferClosedException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
BufferClosedException
public BufferClosedException()
-
BufferClosedException
public BufferClosedException(String message)
-
-