public static class UserEmailAddressException.MustNotBeDuplicate extends UserEmailAddressException
UserEmailAddressException.MustBeEqual, UserEmailAddressException.MustHaveValidDomain, UserEmailAddressException.MustNotBeDuplicate, UserEmailAddressException.MustNotBeNull, UserEmailAddressException.MustNotBePOP3User, UserEmailAddressException.MustNotBeReserved, UserEmailAddressException.MustNotUseBlockedDomain, UserEmailAddressException.MustNotUseCompanyMx, UserEmailAddressException.MustValidate
Modifier and Type | Field and Description |
---|---|
long |
companyId |
String |
emailAddress |
long |
userId |
Constructor and Description |
---|
MustNotBeDuplicate(long companyId,
long userId,
String emailAddress) |
MustNotBeDuplicate(long companyId,
String emailAddress) |