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 TypeClassDescriptionclass
Indicates an error occurred sending an email because one or more of the email addresses was rejected by the mail server.class
Indicates there is an authentication issue talking to the configured mail server.class
Indicates the backing mail queue is full and the mail message cannot be accepted Regarding logging of instances of this exception, seeMailException
.class
Indicates an error occurred sending an email.class
Indicates there was an attempt to send a mail message that exceeds the configured size limit.class
Indicates 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 TypeMethodDescriptionvoid
UserAdminService.createUserWithGeneratedPassword
(String username, String displayName, String emailAddress) Creates a new user with a randomly-generated password.void
UserAdminService.requestPasswordReset
(String username) Generates a unique token which can be used to perform apassword reset
for the specified user and e-mails it to the address associated with their account.