public class InvalidParameterException extends AmazonServiceException
One or more parameters are not valid.
AmazonServiceException.ErrorType| Constructor and Description |
|---|
InvalidParameterException(String message)
Constructs a new InvalidParameterException with the specified error
message.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getRequestId()
Returns the value of the RequestId property for this object.
|
void |
setRequestId(String requestId)
Sets the value of the RequestId property for this object.
|
getErrorCode, getErrorMessage, getErrorType, getMessage, getRawResponseContent, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setRawResponseContent, setServiceName, setStatusCodeisRetryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidParameterException(String message)
message - Describes the error encountered.public String getRequestId()
getRequestId in class AmazonServiceExceptionpublic void setRequestId(String requestId)
setRequestId in class AmazonServiceExceptionrequestId - The new value for this object's RequestId property.Copyright © 2015. All rights reserved.