Searched refs:StopRequestException (Results 1 – 2 of 2) sorted by relevance
28 class StopRequestException extends Exception { class31 public StopRequestException(int finalStatus, String message) { in StopRequestException() method in StopRequestException36 public StopRequestException(int finalStatus, Throwable t) { in StopRequestException() method in StopRequestException41 public StopRequestException(int finalStatus, String message, Throwable t) { in StopRequestException() method in StopRequestException50 public static StopRequestException throwUnhandledHttpError(int code, String message) in throwUnhandledHttpError()51 throws StopRequestException { in throwUnhandledHttpError()54 throw new StopRequestException(code, error); in throwUnhandledHttpError()56 throw new StopRequestException(STATUS_UNHANDLED_REDIRECT, error); in throwUnhandledHttpError()58 throw new StopRequestException(STATUS_UNHANDLED_HTTP_CODE, error); in throwUnhandledHttpError()
311 } catch (StopRequestException e) { in run()450 throw new StopRequestException( in executeDownload()459 throw new StopRequestException( in executeDownload()478 throw new StopRequestException( in executeDownload()482 throw new StopRequestException( in executeDownload()487 throw new StopRequestException( in executeDownload()491 throw new StopRequestException( in executeDownload()531 throw new StopRequestException( in transferData()610 throws StopRequestException { in transferData()624 throw new StopRequestException( in transferData()[all …]