public class ClosedSendChannelException
Indicates attempt to SendChannel.send on SendChannel.isClosedForSend channel
that was closed without a cause. A failed channel rethrows the original SendChannel.close cause
exception on send attempts.
| Constructor and Description |
|---|
ClosedSendChannelException(java.lang.String message)
Indicates attempt to
SendChannel.send on SendChannel.isClosedForSend channel
that was closed without a cause. A failed channel rethrows the original SendChannel.close cause
exception on send attempts. |
public ClosedSendChannelException(java.lang.String message)
Indicates attempt to SendChannel.send on SendChannel.isClosedForSend channel
that was closed without a cause. A failed channel rethrows the original SendChannel.close cause
exception on send attempts.