Searched refs:statException (Results 1 – 1 of 1) sorted by relevance
239 Exception statException = null; in open() local244 statException = new IOException(); in open()249 statException = me; in open()251 statException = ioe; in open()253 statException = nfe; in open()255 if (statException != null) { in open()258 LogUtils.d(Logging.LOG_TAG, statException.toString()); in open()260 throw new MessagingException("POP3 STAT", statException); in open()