@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ValidationException extends AWSDataExchangeException
The request was invalid.
AmazonServiceException.ErrorType
Constructor and Description |
---|
ValidationException(String message)
Constructs a new ValidationException with the specified error message.
|
Modifier and Type | Method and Description |
---|---|
String |
getExceptionCause()
The unique identifier for the resource that couldn't be found.
|
void |
setExceptionCause(String exceptionCause)
The unique identifier for the resource that couldn't be found.
|
ValidationException |
withExceptionCause(ExceptionCause exceptionCause)
The unique identifier for the resource that couldn't be found.
|
ValidationException |
withExceptionCause(String exceptionCause)
The unique identifier for the resource that couldn't be found.
|
getErrorCode, getErrorMessage, getErrorType, getHttpHeaders, getMessage, getProxyHost, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setHttpHeaders, setProxyHost, setRawResponse, setRawResponseContent, setRequestId, setServiceName, setStatusCode
isRetryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ValidationException(String message)
message
- Describes the error encountered.public void setExceptionCause(String exceptionCause)
The unique identifier for the resource that couldn't be found.
exceptionCause
- The unique identifier for the resource that couldn't be found.ExceptionCause
public String getExceptionCause()
The unique identifier for the resource that couldn't be found.
ExceptionCause
public ValidationException withExceptionCause(String exceptionCause)
The unique identifier for the resource that couldn't be found.
exceptionCause
- The unique identifier for the resource that couldn't be found.ExceptionCause
public ValidationException withExceptionCause(ExceptionCause exceptionCause)
The unique identifier for the resource that couldn't be found.
exceptionCause
- The unique identifier for the resource that couldn't be found.ExceptionCause