public class VersionConflictException extends AmazonServiceException
An exception thrown when the version of a thing passed to a command is different than the version specified with the --version parameter.
AmazonServiceException.ErrorType| Constructor and Description |
|---|
VersionConflictException(String message)
Constructs a new VersionConflictException with the specified error
message.
|
getErrorCode, getErrorMessage, getErrorType, getMessage, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setRequestId, setServiceName, setStatusCodeisRetryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic VersionConflictException(String message)
message - Describes the error encountered.Copyright © 2017. All rights reserved.