Class ChannelIOException

All Implemented Interfaces:
Serializable

public class ChannelIOException extends ChannelException
Represents a ChannelException which is thrown when an IO error occurred while reading or writing payloads.
See Also:
  • Constructor Details

    • ChannelIOException

      public ChannelIOException()
    • ChannelIOException

      public ChannelIOException(String message)
    • ChannelIOException

      public ChannelIOException(String message, Throwable cause)
    • ChannelIOException

      public ChannelIOException(Throwable cause)