public class MLExpansionLoopException extends ESSRuntimeException
A mail list expansion loop occurs if an MLA detects its identifier among the MLData records it has received.
exception_
Constructor and Description |
---|
MLExpansionLoopException(EntityIdentifier mailListIdentifier)
Creates a new MLExpansionLoopException for
the given MailListIdentifier.
|
MLExpansionLoopException(java.lang.String msg,
EntityIdentifier mailListIdentifier)
Creates an MLExpansionLoopException for the given message
and MailListIdentifier.
|
Modifier and Type | Method and Description |
---|---|
EntityIdentifier |
getMailListIdentifier()
Returns the MailListIdentifier of the MLA that has caused/detected the loop.
|
getException
public MLExpansionLoopException(EntityIdentifier mailListIdentifier)
mailListIdentifier
- the ID of the MLA that caused/detected the looppublic MLExpansionLoopException(java.lang.String msg, EntityIdentifier mailListIdentifier)
msg
- the message describing the exceptionmailListIdentifier
- the ID of the MLA that caused/detected the looppublic EntityIdentifier getMailListIdentifier()