Searched refs:alertText (Results 1 – 2 of 2) sorted by relevance
136 private final String alertText; field in ImapStore.ImapException143 String alertText, in ImapException() argument148 this.alertText = alertText; in ImapException()161 return alertText; in getAlertText()
193 String alertText = ie.getAlertText(); in doLogin()224 throw new AuthenticationFailedException(alertText, ie); in doLogin()228 throw new MessagingException(alertText, ie); in doLogin()