WrongMimeTypeException.javaSource Code


/*
 * Copyright (c) 1999,2000 Bowne Internet Solutions,
 * All Rights Reserved.
 */

import java.io.IOException;

/**
 * 

This Exception is thrown when an incorrect mime type is received * from the server. */ public class WrongMimeTypeException extends IOException { public WrongMimeTypeException(String s) { super(s); } }

Upcoming Training Events

0 AM
Visual Studio Live! San Diego
September 8-12, 2025
Live! 360 Orlando
November 16-21, 2025
Cloud & Containers Live! Orlando
November 16-21, 2025
Data Platform Live! Orlando
November 16-21, 2025
Visual Studio Live! Orlando
November 16-21, 2025