Class ProtocolDecoderException

    • Constructor Detail

      • ProtocolDecoderException

        public ProtocolDecoderException()
        Constructs a new instance.
      • ProtocolDecoderException

        public ProtocolDecoderException​(String message)
        Constructs a new instance with the specified message.
        Parameters:
        message - The detail message
      • ProtocolDecoderException

        public ProtocolDecoderException​(Throwable cause)
        Constructs a new instance with the specified cause.
        Parameters:
        cause - The Exception's cause
      • ProtocolDecoderException

        public ProtocolDecoderException​(String message,
                                        Throwable cause)
        Constructs a new instance with the specified message and the specified cause.
        Parameters:
        message - The detail message
        cause - The Exception's cause
    • Method Detail

      • getMessage

        public String getMessage()
        Overrides:
        getMessage in class Throwable
        Returns:
        the message and the hexdump of the unknown part.
      • getHexdump

        public String getHexdump()
        Returns:
        the hexdump of the unknown message part.
      • setHexdump

        public void setHexdump​(String hexdump)
        Sets the hexdump of the unknown message part.
        Parameters:
        hexdump - The hexadecimal String representation of the message