Liferay 7.0-ce-m2

com.liferay.portal
Class UserEmailAddressException.MustBeEqual

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.liferay.portal.kernel.exception.NestableException
              extended by com.liferay.portal.kernel.exception.PortalException
                  extended by com.liferay.portal.UserEmailAddressException
                      extended by com.liferay.portal.UserEmailAddressException.MustBeEqual
All Implemented Interfaces:
Serializable
Enclosing class:
UserEmailAddressException

public static class UserEmailAddressException.MustBeEqual
extends UserEmailAddressException

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class com.liferay.portal.UserEmailAddressException
UserEmailAddressException.MustBeEqual, UserEmailAddressException.MustNotBeDuplicate, UserEmailAddressException.MustNotBeNull, UserEmailAddressException.MustValidate
 
Constructor Summary
UserEmailAddressException.MustBeEqual(User user, String emailAddress1, String emailAddress2)
           
 
Method Summary
 String getEmailAddress1()
           
 String getEmailAddress2()
           
 User getUser()
           
 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UserEmailAddressException.MustBeEqual

public UserEmailAddressException.MustBeEqual(User user,
                                             String emailAddress1,
                                             String emailAddress2)
Method Detail

getEmailAddress1

public String getEmailAddress1()

getEmailAddress2

public String getEmailAddress2()

getUser

public User getUser()

Liferay 7.0-ce-m2