OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AuthenticationFailedException
(Results
1 - 4
of
4
) sorted by null
/packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/
AuthenticationFailedException.java
20
public class
AuthenticationFailedException
extends MessagingException {
23
public
AuthenticationFailedException
(String message) {
27
public
AuthenticationFailedException
(int exceptionType, String message) {
31
public
AuthenticationFailedException
(String message, Throwable throwable) {
/packages/apps/Email/src/com/android/email/mail/store/
ImapConnection.java
31
import com.android.emailcommon.mail.
AuthenticationFailedException
;
442
throws IOException, MessagingException,
AuthenticationFailedException
{
451
throw new
AuthenticationFailedException
(ie.getAlertText(), ie);
454
throw new
AuthenticationFailedException
(null, me);
Pop3Store.java
27
import com.android.emailcommon.mail.
AuthenticationFailedException
;
231
throw new
AuthenticationFailedException
(null, me);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.repository_2.0.1.R36x_v20100823.jar
Completed in 69 milliseconds