Class InvalidMimeTypeException

    • Constructor Detail

      • InvalidMimeTypeException

        public InvalidMimeTypeException​(String mimeType,
                                        String message)
        Create a new InvalidContentTypeException for the given content type.
        Parameters:
        mimeType - the offending media type
        message - a detail message indicating the invalid part
    • Method Detail