HomeSort by relevance Sort by last modified time
    Searched refs:StaleFolderListException (Results 1 - 3 of 3) sorted by null

  /packages/apps/Exchange/exchange2/src/com/android/exchange/
StaleFolderListException.java 20 public class StaleFolderListException extends EasException {
EasAccountService.java 379 } catch (StaleFolderListException e) {
530 private void runPingLoop() throws IOException, StaleFolderListException,
    [all...]
  /packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
PingParser.java 21 import com.android.exchange.StaleFolderListException;
31 * If the folder list needs to be reloaded, throw a StaleFolderListException, which will be caught
66 public boolean parse() throws IOException, StaleFolderListException, IllegalHeartbeatException {
80 throw new StaleFolderListException();

Completed in 386 milliseconds