Class InvalidPasswordException

All Implemented Interfaces:
Serializable

public class InvalidPasswordException extends AmazonServiceException

This exception is thrown when the Amazon Cognito service encounters an invalid password.

See Also:
  • Constructor Details

    • InvalidPasswordException

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