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

  /packages/apps/Email/src/com/android/exchange/
StaleFolderListException.java 20 public class StaleFolderListException extends EasException {
  /packages/apps/Email/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 12 milliseconds