public class

NoMailHostConfigurationException

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.NoMailHostConfigurationException

Class Overview

Indicates the Mail server is not configured and mail cannot be sent. Regarding logging of instances of this exception, see MailException.

Summary

Public Constructors
NoMailHostConfigurationException(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 NoMailHostConfigurationException (KeyedMessage message)