public class RejectExceptionExt
extends Exception
RejectException, but it
uses SMTP enhanced mail system status codes and it is a checked exception.| Constructor and Description |
|---|
RejectExceptionExt(EnhancedStatus reply) |
| Modifier and Type | Method and Description |
|---|---|
EnhancedStatus |
getReply() |
org.subethamail.smtp.RejectException |
toRejectException()
Converts this exception to a SubEthaSMTP
RejectException. |
public RejectExceptionExt(EnhancedStatus reply)
public EnhancedStatus getReply()
public org.subethamail.smtp.RejectException toRejectException()
RejectException.RejectException corresponding to this exception.