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