package com.jqmobile.core.http; public class HttpRequestErrorException extends Exception { private static final long serialVersionUID = -5444295250404121622L; public HttpRequestErrorException(String string) { super(string); } }