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 Link icon

    • ChannelIOException Link icon

      public ChannelIOException()
    • ChannelIOException Link icon

      public ChannelIOException(String message)
    • ChannelIOException Link icon

      public ChannelIOException(String message, Throwable cause)
    • ChannelIOException Link icon

      public ChannelIOException(Throwable cause)