public class CognitoResourceNotFoundException extends CognitoIdentityProviderException
Constructor and Description |
---|
CognitoResourceNotFoundException(java.lang.String message)
Constructor.
|
CognitoResourceNotFoundException(java.lang.String message,
java.lang.Throwable throwable)
Constructor.
|
isRetryable
public CognitoResourceNotFoundException(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 CognitoResourceNotFoundException(java.lang.String message)
message
- An error message describing why this exception was thrown.Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.