Class DuplicatedEmailAddressException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.crowd.sso.saml.impl.opensaml.action.email.AbstractEmailAddressException
com.atlassian.crowd.sso.saml.impl.opensaml.action.email.DuplicatedEmailAddressException
- All Implemented Interfaces:
Serializable
DuplicatedEmailAddressException indicates NameID email is used, and authenticating user e-mail address is also assigned to other users than authenticating one.
- See Also:
-
Constructor Summary
ConstructorDescriptionDuplicatedEmailAddressException
(String email, String username, Long applicationId) -
Method Summary
Methods inherited from class com.atlassian.crowd.sso.saml.impl.opensaml.action.email.AbstractEmailAddressException
getApplicationId, getEmail, getUsername
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DuplicatedEmailAddressException
-