All Downloads are FREE. Search and download functionalities are using the official Maven repository.

sun.net.httpserver.HttpError Maven / Gradle / Ivy

The newest version!
/*
 * @(#)HttpError.java	1.4 07/01/02
 *
 * Copyright 2007 Sun Microsystems, Inc. All rights reserved.
 * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
 */

package sun.net.httpserver;

/**
 * A Http error
 */
class HttpError extends RuntimeException {
    public HttpError (String msg) {
	super (msg);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy