Class AliasExistsException

All Implemented Interfaces:
Serializable

public class AliasExistsException extends AmazonServiceException

This exception is thrown when a user tries to confirm the account with an email or phone number that has already been supplied as an alias from a different account. This exception tells user that an account with this email or phone already exists.

See Also:
  • Constructor Details

    • AliasExistsException

      public AliasExistsException(String message)
      Constructs a new AliasExistsException with the specified error message.
      Parameters:
      message - Describes the error encountered.