Class ChannelNotSupportedException

All Implemented Interfaces:
Serializable

public class ChannelNotSupportedException extends ChannelException
An exception that's thrown when an attempt was made to send data to an EngineConnection that doesn't support the channel.
See Also:
  • Constructor Details

    • ChannelNotSupportedException

      public ChannelNotSupportedException()
    • ChannelNotSupportedException

      public ChannelNotSupportedException(String message)
    • ChannelNotSupportedException

      public ChannelNotSupportedException(String message, Throwable cause)
    • ChannelNotSupportedException

      public ChannelNotSupportedException(Throwable cause)