Home
last modified time | relevance | path

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

/aosp12/packages/modules/IPsec/src/java/android/net/ipsec/ike/exceptions/
H A DAuthenticationFailedException.java29 public final class AuthenticationFailedException extends IkeProtocolException { class
41 public AuthenticationFailedException(@NonNull String message) { in AuthenticationFailedException() method in AuthenticationFailedException
54 public AuthenticationFailedException(@NonNull Throwable cause) { in AuthenticationFailedException() method in AuthenticationFailedException
64 public AuthenticationFailedException(byte[] notifyData) { in AuthenticationFailedException() method in AuthenticationFailedException
/aosp12/packages/apps/Dialer/java/com/android/voicemail/impl/mail/
H A 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