Class ProtocolDecoderException

    • Constructor Summary

      Constructors 
      Constructor Description
      ProtocolDecoderException()
      Constructs a new instance.
      ProtocolDecoderException​(java.lang.String message)
      Constructs a new instance with the specified message.
      ProtocolDecoderException​(java.lang.String message, java.lang.Throwable cause)
      Constructs a new instance with the specified message and the specified cause.
      ProtocolDecoderException​(java.lang.Throwable cause)
      Constructs a new instance with the specified cause.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getHexdump()  
      java.lang.String getMessage()  
      void setHexdump​(java.lang.String hexdump)
      Sets the hexdump of the unknown message part.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ProtocolDecoderException

        public ProtocolDecoderException()
        Constructs a new instance.
      • ProtocolDecoderException

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

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

        public ProtocolDecoderException​(java.lang.String message,
                                        java.lang.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 java.lang.String getMessage()
        Overrides:
        getMessage in class java.lang.Throwable
        Returns:
        the message and the hexdump of the unknown part.
      • getHexdump

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

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