Class UsernameExistsException

All Implemented Interfaces:
Serializable

public class UsernameExistsException extends AmazonServiceException

This exception is thrown when Amazon Cognito encounters a user name that already exists in the user pool.

See Also:
  • Constructor Details

    • UsernameExistsException

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