Uses of Class
com.atlassian.bitbucket.mail.MailException
Packages that use MailException
-
Uses of MailException in com.atlassian.bitbucket.mail
Subclasses of MailException in com.atlassian.bitbucket.mailModifier and TypeClassDescriptionclassIndicates an error occurred sending an email because one or more of the email addresses was rejected by the mail server.classIndicates there is an authentication issue talking to the configured mail server.classIndicates the backing mail queue is full and the mail message cannot be accepted Regarding logging of instances of this exception, seeMailException.classIndicates an error occurred sending an email.classIndicates there was an attempt to send a mail message that exceeds the configured size limit.classIndicates the Mail server is not configured and mail cannot be sent. -
Uses of MailException in com.atlassian.bitbucket.user
Methods in com.atlassian.bitbucket.user that throw MailExceptionModifier and TypeMethodDescriptionvoidUserAdminService.createUserWithGeneratedPassword(String username, String displayName, String emailAddress) Creates a new user with a randomly-generated password.voidUserAdminService.requestPasswordReset(String username) Generates a unique token which can be used to perform apassword resetfor the specified user and e-mails it to the address associated with their account.