Uses of Package
com.ericdaugherty.mail.server.errors

Packages that use com.ericdaugherty.mail.server.errors
com.ericdaugherty.mail.server.info   
com.ericdaugherty.mail.server.persistence   
com.ericdaugherty.mail.server.persistence.pop3   
com.ericdaugherty.mail.server.services.general   
com.ericdaugherty.mail.server.services.pop3   
com.ericdaugherty.mail.server.services.smtp   
 

Classes in com.ericdaugherty.mail.server.errors used by com.ericdaugherty.mail.server.info
InvalidAddressException
          Defines an exception to be used when an address can not be parsed.
 

Classes in com.ericdaugherty.mail.server.errors used by com.ericdaugherty.mail.server.persistence
TooManyErrorsException
          If a POP3 or SMTP server session reaches the maximum error threshold this exception is thrown.
 

Classes in com.ericdaugherty.mail.server.errors used by com.ericdaugherty.mail.server.persistence.pop3
TooManyErrorsException
          If a POP3 or SMTP server session reaches the maximum error threshold this exception is thrown.
 

Classes in com.ericdaugherty.mail.server.errors used by com.ericdaugherty.mail.server.services.general
TooManyErrorsException
          If a POP3 or SMTP server session reaches the maximum error threshold this exception is thrown.
 

Classes in com.ericdaugherty.mail.server.errors used by com.ericdaugherty.mail.server.services.pop3
TooManyErrorsException
          If a POP3 or SMTP server session reaches the maximum error threshold this exception is thrown.
 

Classes in com.ericdaugherty.mail.server.errors used by com.ericdaugherty.mail.server.services.smtp
NotFoundException
          Defines an exception when something required was not found.
PermanentNegativeException
          5yz reply codes throw this exception.
TooManyErrorsException
          If a POP3 or SMTP server session reaches the maximum error threshold this exception is thrown.
TransientNegativeException
          4yz reply codes throw this exception.