public final class MailStatus extends Object
| Constructor and Description |
|---|
MailStatus(boolean mailSent) |
MailStatus(boolean mailSent,
Throwable exception) |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getException() |
boolean |
isMailSent()
If false then the exception causing mail to fail can be found
using getException().
|
public MailStatus(boolean mailSent)
public MailStatus(boolean mailSent,
Throwable exception)
public boolean isMailSent()
public Throwable getException()
Copyright © 2017. All rights reserved.