Home | History | Annotate | Download | only in store

Lines Matching full:statexception

307             Exception statException = null;
312 statException = new IOException();
317 statException = ioe;
319 statException = nfe;
321 if (statException != null) {
324 Log.d(Logging.LOG_TAG, statException.toString());
326 throw new MessagingException("POP3 STAT", statException);