Class ChannelOutputShutdownException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
io.netty.channel.socket.ChannelOutputShutdownException
All Implemented Interfaces:
Serializable

@UnstableApi public final class ChannelOutputShutdownException extends IOException
Used to fail pending writes when a channel's output has been shutdown.
See Also:
  • Field Details

  • Constructor Details

    • ChannelOutputShutdownException

      public ChannelOutputShutdownException(String msg)
    • ChannelOutputShutdownException

      public ChannelOutputShutdownException(String msg, Throwable cause)