public class InvalidRecipients extends Exception
| Modifier and Type | Field and Description |
|---|---|
private Set<String> |
recipients |
| Constructor and Description |
|---|
InvalidRecipients(Set<String> recipients) |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getRecipients() |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprivate Set<String> recipients
public InvalidRecipients(Set<String> recipients)
public Set<String> getRecipients()
Copyright © 2015. All Rights Reserved.