public class

MailAuthenticationException

extends MailException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.atlassian.stash.exception.ServiceException
           ↳ com.atlassian.stash.exception.MailException
             ↳ com.atlassian.stash.exception.MailAuthenticationException

Class Overview

Indicates there is an authentication issue talking to the configured mail server. Regarding logging of instances of this exception, see MailException.

Summary

Public Constructors
MailAuthenticationException(KeyedMessage message, Throwable cause)
MailAuthenticationException(KeyedMessage message)
[Expand]
Inherited Methods
From class com.atlassian.stash.exception.ServiceException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public MailAuthenticationException (KeyedMessage message, Throwable cause)

public MailAuthenticationException (KeyedMessage message)