File
Doc
Category
Size
Date
Package
AuthenticationFailedException.java
API Doc
Android 1.5 API
992
Wed May 06 22:42:46 BST 2009
com.android.email.mail
AuthenticationFailedException
java.lang.Object
MessagingException
public class AuthenticationFailedException extends MessagingException
Fields Summary
public static final long
serialVersionUID
Constructors Summary
public AuthenticationFailedException
(
String
message)
super(message);
public AuthenticationFailedException
(
String
message,
Throwable
throwable)
super(message, throwable);
Methods Summary
Java Code Source