Package io.netty.channel.socket
Class ChannelOutputShutdownException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- io.netty.channel.socket.ChannelOutputShutdownException
-
- All Implemented Interfaces:
java.io.Serializable
public final class ChannelOutputShutdownException extends java.io.IOException
Used to fail pending writes when a channel's output has been shutdown.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ChannelOutputShutdownException(java.lang.String msg)
ChannelOutputShutdownException(java.lang.String msg, java.lang.Throwable cause)
-