public class CognitoAuthenticationFailedException extends CognitoIdentityProviderException
Constructor and Description |
---|
CognitoAuthenticationFailedException(String message)
Constructor.
|
CognitoAuthenticationFailedException(String message,
Throwable throwable)
Constructor.
|
isRetryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CognitoAuthenticationFailedException(String message, Throwable throwable)
message
- An error message describing why this exception was thrown.throwable
- The underlying cause of this exception.public CognitoAuthenticationFailedException(String message)
message
- An error message describing why this exception was thrown.Copyright © 2019. All rights reserved.