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