Class ContentDispositionParseException

    • Constructor Detail

      • ContentDispositionParseException

        public ContentDispositionParseException​(String message)
        Creates a new parse exception with the given details.
        Parameters:
        message - A detailed message describing the error.
      • ContentDispositionParseException

        public ContentDispositionParseException​(String message,
                                                Throwable cause)
        Creates a new parse exception with the given details.
        Parameters:
        message - A detailed message describing the error.
        cause - The underlying cause of the error.
      • ContentDispositionParseException

        public ContentDispositionParseException​(Throwable cause)
        Creates a new parse exception with the given details.
        Parameters:
        cause - The underlying cause of the error.