package com.localtransfer; import java.io.IOException; public class HttpErrorException extends IOException { public HttpErrorException(String message) { super(message); } }