public class UserEmailAddressException extends PortalException
Modifier and Type | Class and Description |
---|---|
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 and Description |
---|
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
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
@Deprecated public UserEmailAddressException()
@Deprecated public UserEmailAddressException(String msg)
@Deprecated public UserEmailAddressException(String msg, Throwable cause)
@Deprecated public UserEmailAddressException(Throwable cause)