Class EncoderException

    • Constructor Detail

      • EncoderException

        public EncoderException​(String message)
        Creates a new instance of this exception with an useful message.
        Parameters:
        message - a useful message relating to the encoder specific error.
      • EncoderException

        public EncoderException​(String message,
                                Exception cause)
        Creates a new instance of this exception with an useful message.
        Parameters:
        message - a useful message relating to the encoder specific error.
        cause - The parent exception