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
@UnstableApi 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
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description ChannelOutputShutdownException(java.lang.String msg)
ChannelOutputShutdownException(java.lang.String msg, java.lang.Throwable cause)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-