Class InvalidEmailAddressFormatException
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.InvalidEmailAddressFormatException
- All Implemented Interfaces:
Serializable
InvalidEmailAddressFormatException indicates NameID email is used, and authenticating user e-mail address is in invalid format.
- See Also:
-
Constructor Summary
ConstructorDescriptionInvalidEmailAddressFormatException
(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
-
InvalidEmailAddressFormatException
-