Class ProtocolEncoderException

All Implemented Interfaces:
Serializable

public class ProtocolEncoderException extends ProtocolCodecException
An exception that is thrown when ProtocolEncoder cannot understand or failed to validate the specified message object.
See Also:
  • Constructor Details

    • ProtocolEncoderException

      public ProtocolEncoderException()
      Constructs a new instance.
    • ProtocolEncoderException

      public ProtocolEncoderException(String message)
      Constructs a new instance with the specified message.
    • ProtocolEncoderException

      public ProtocolEncoderException(Throwable cause)
      Constructs a new instance with the specified cause.
    • ProtocolEncoderException

      public ProtocolEncoderException(String message, Throwable cause)
      Constructs a new instance with the specified message and the specified cause.