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

  /packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
AbstractSyncParser.java 120 throw new EasParserException();
Parser.java 133 public class EasParserException extends IOException {
136 EasParserException() {
140 EasParserException(String reason) {
FolderSyncParser.java 149 throw new EasParserException();
187 throw new EasParserException("Folder status error");

Completed in 42 milliseconds