Class ChannelClosedForWritesException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.druid.frame.channel.ChannelClosedForWritesException
All Implemented Interfaces:
Serializable

public class ChannelClosedForWritesException extends RuntimeException
Exception thrown by ReadableByteChunksFrameChannel.addChunk(byte[]) when the channel has been closed for writes, i.e., after ReadableByteChunksFrameChannel.doneWriting() or ReadableByteChunksFrameChannel.close() has been called.
See Also:
  • Constructor Details

    • ChannelClosedForWritesException

      public ChannelClosedForWritesException()