Class DecoderException

    • 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