Liferay 7.0-ce-b4

com.liferay.portal.exception
Class UserEmailAddressException

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.exception.UserEmailAddressException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
UserEmailAddressException.MustBeEqual, UserEmailAddressException.MustNotBeDuplicate, UserEmailAddressException.MustNotBeNull, UserEmailAddressException.MustNotBePOP3User, UserEmailAddressException.MustNotBeReserved, UserEmailAddressException.MustNotUseCompanyMx, UserEmailAddressException.MustValidate

public class UserEmailAddressException
extends PortalException

See Also:
Serialized Form

Nested Class Summary
static class UserEmailAddressException.MustBeEqual
           
static class UserEmailAddressException.MustNotBeDuplicate
           
static class UserEmailAddressException.MustNotBeNull
           
static class UserEmailAddressException.MustNotBePOP3User
           
static class UserEmailAddressException.MustNotBeReserved
           
static class UserEmailAddressException.MustNotUseCompanyMx
           
static class UserEmailAddressException.MustValidate
           
 
Constructor Summary
UserEmailAddressException()
          Deprecated. As of 7.0.0, replaced by the inner classes
UserEmailAddressException(String msg)
          Deprecated. As of 7.0.0, replaced by the inner classes
UserEmailAddressException(String msg, Throwable cause)
          Deprecated. As of 7.0.0, replaced by the inner classes
UserEmailAddressException(Throwable cause)
          Deprecated. As of 7.0.0, replaced by the inner classes
 
Method Summary
 
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

@Deprecated
public UserEmailAddressException()
Deprecated. As of 7.0.0, replaced by the inner classes


UserEmailAddressException

@Deprecated
public UserEmailAddressException(String msg)
Deprecated. As of 7.0.0, replaced by the inner classes


UserEmailAddressException

@Deprecated
public UserEmailAddressException(String msg,
                                            Throwable cause)
Deprecated. As of 7.0.0, replaced by the inner classes


UserEmailAddressException

@Deprecated
public UserEmailAddressException(Throwable cause)
Deprecated. As of 7.0.0, replaced by the inner classes


Liferay 7.0-ce-b4