Class DecoderException

    • Field Detail

      • serialVersionUID

        private static final long serialVersionUID
        Declares the Serial Version Uid
        See Also:
        Constant Field Values
    • Constructor Detail

      • DecoderException

        public DecoderException​(String message)
        Creates a DecoderException
        Parameters:
        message - A message with meaning to a human
      • DecoderException

        public DecoderException​(String message,
                                Throwable cause)
        Creates a DecoderException
        Parameters:
        message - A message with meaning to a human
        cause - The Exception which caused the error