- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- io.netty5.channel.ChannelOutputShutdownException
-
- All Implemented Interfaces:
Serializable
public class ChannelOutputShutdownException extends IOException
Used to fail pending writes when a channel's output has been shutdown.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ChannelOutputShutdownException()
ChannelOutputShutdownException(String msg)
ChannelOutputShutdownException(String msg, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-