Home
last modified time | relevance | path

Searched defs:AuthenticationFailedException (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Dialer/java/com/android/voicemail/impl/mail/
DAuthenticationFailedException.java19 public class AuthenticationFailedException extends MessagingException { class
22 public AuthenticationFailedException(String message) { in AuthenticationFailedException() method in AuthenticationFailedException
26 public AuthenticationFailedException(int exceptionType, String message) { in AuthenticationFailedException() method in AuthenticationFailedException
30 public AuthenticationFailedException(String message, Throwable throwable) { in AuthenticationFailedException() method in AuthenticationFailedException
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/exceptions/
DAuthenticationFailedException.java30 public final class AuthenticationFailedException extends IkeProtocolException { class
38 public AuthenticationFailedException(String message) { in AuthenticationFailedException() method in AuthenticationFailedException
47 public AuthenticationFailedException(Throwable cause) { in AuthenticationFailedException() method in AuthenticationFailedException
56 public AuthenticationFailedException(byte[] notifyData) { in AuthenticationFailedException() method in AuthenticationFailedException