Searched refs:createFromHttpError (Results 1 – 3 of 3) sorted by relevance
37 RkpdException ex = RkpdException.createFromHttpError(123); in handlesUnknownHttpStatus()46 RkpdException ex = RkpdException.createFromHttpError( in handlesServerErrors()59 RkpdException ex = RkpdException.createFromHttpError( in handlesClientErrors()
61 public static RkpdException createFromHttpError(int httpStatus) { in createFromHttpError() method in RkpdException
487 throw RkpdException.createFromHttpError(con.getResponseCode()); in requestData()