com.liferay.portal
Class DuplicateUserEmailAddressException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.liferay.portal.kernel.exception.NestableException
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.DuplicateUserEmailAddressException
- All Implemented Interfaces:
- Serializable
Deprecated. As of 7.0.0, replaced by UserEmailAddressException.MustNotBeDuplicate
@Deprecated
public class DuplicateUserEmailAddressException
- extends PortalException
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DuplicateUserEmailAddressException
public DuplicateUserEmailAddressException()
- Deprecated.
DuplicateUserEmailAddressException
public DuplicateUserEmailAddressException(String msg)
- Deprecated.
DuplicateUserEmailAddressException
public DuplicateUserEmailAddressException(String msg,
Throwable cause)
- Deprecated.
DuplicateUserEmailAddressException
public DuplicateUserEmailAddressException(Throwable cause)
- Deprecated.