public class CognitoAuthenticationFailedException extends CognitoIdentityProviderException
| Constructor and Description |
|---|
CognitoAuthenticationFailedException(java.lang.String message)
Constructor.
|
CognitoAuthenticationFailedException(java.lang.String message,
java.lang.Throwable throwable)
Constructor.
|
isRetryablepublic CognitoAuthenticationFailedException(java.lang.String message,
java.lang.Throwable throwable)
message - An error message describing why this exception was thrown.throwable - The underlying cause of this exception.public CognitoAuthenticationFailedException(java.lang.String message)
message - An error message describing why this exception was thrown.Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.