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/Email/emailcommon/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
33
import com.android.emailcommon.mail.
AuthenticationFailedException
;
444
throws IOException, MessagingException,
AuthenticationFailedException
{
453
throw new
AuthenticationFailedException
(ie.getAlertText(), ie);
456
throw new
AuthenticationFailedException
(null, me);
Pop3Store.java
30
import com.android.emailcommon.mail.
AuthenticationFailedException
;
298
throw new
AuthenticationFailedException
(null, me);
[
all
...]
/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 41 milliseconds