Class DecoderException

    • Constructor Detail

      • DecoderException

        public DecoderException​(String message)
        Deprecated.
        Creates an instance.
        Parameters:
        message - The detail message for this exception.
      • DecoderException

        public DecoderException​(@Nullable
                                Throwable cause)
        Deprecated.
        Creates an instance.
        Parameters:
        cause - The cause of this exception, or null.
      • DecoderException

        public DecoderException​(String message,
                                @Nullable
                                Throwable cause)
        Deprecated.
        Creates an instance.
        Parameters:
        message - The detail message for this exception.
        cause - The cause of this exception, or null.