public class StageNotRetryableException extends AmazonServiceException
The specified stage can't be retried because the pipeline structure or stage state changed after the stage failed to complete, the stage contains no failed actions, one or more actions are still in progress, or another retry attempt is already in progress.
AmazonServiceException.ErrorType| Constructor and Description |
|---|
StageNotRetryableException(String message)
Constructs a new StageNotRetryableException with the specified error
message.
|
getErrorCode, getErrorMessage, getErrorType, getMessage, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setRawResponse, setRawResponseContent, setRequestId, setServiceName, setStatusCodeisRetryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic StageNotRetryableException(String message)
message - Describes the error encountered.Copyright © 2016. All rights reserved.