w3c.model.www.pep.altlib.HttpParserException

w3c.model.www.pep.altlib.HttpParserException

package w3c.model.www.pep.altlib;

public class HttpParserException extends HTTPException 
    public HttpParserException (String msg) {
	 super (msg);
    }