Class UserEmailAddressException.MustNotBeDuplicate
Object
Throwable
Exception
com.liferay.portal.kernel.exception.NestableException
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.UserEmailAddressException
com.liferay.portal.kernel.exception.UserEmailAddressException.MustNotBeDuplicate
- All Implemented Interfaces:
Serializable
- Enclosing class:
- UserEmailAddressException
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.liferay.portal.kernel.exception.UserEmailAddressException
UserEmailAddressException.MustBeEqual, UserEmailAddressException.MustHaveValidDomain, UserEmailAddressException.MustNotBeDuplicate, UserEmailAddressException.MustNotBeNull, UserEmailAddressException.MustNotBePOP3User, UserEmailAddressException.MustNotBeReserved, UserEmailAddressException.MustNotUseBlockedDomain, UserEmailAddressException.MustNotUseCompanyMx, UserEmailAddressException.MustValidate
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMustNotBeDuplicate
(long companyId, long userId, String emailAddress) MustNotBeDuplicate
(long companyId, String emailAddress) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
companyId
public final long companyId -
emailAddress
-
userId
public final long userId
-
-
Constructor Details
-
MustNotBeDuplicate
-
MustNotBeDuplicate
-