Uses of Class
com.ericdaugherty.mail.server.errors.NotFoundException

Packages that use NotFoundException
com.ericdaugherty.mail.server.services.smtp   
 

Uses of NotFoundException in com.ericdaugherty.mail.server.services.smtp
 

Methods in com.ericdaugherty.mail.server.services.smtp that throw NotFoundException
protected  void SMTPSenderStandard.StandardDeliver.deliverLocalMessage(EmailAddress address, SMTPMessage message)
          This method takes a local SMTPMessage and attempts to deliver it.
protected  void SMTPSenderStandard.TestingDeliver.deliverLocalMessage(EmailAddress address, SMTPMessage message)