Call when there is an error occurred during connection with reverse proxy/relay server.
public class ApplicationClass implements IODPHttpErrorListener{ public void onHttpError(int erroCode, String errorMsg, Hashtable httpHeader){ // some application related processing }