@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ValidationException extends AWSPcaConnectorAdException
An input validation error occurred. For example, invalid characters in a template name, or if a pagination token is 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 |
getReason()
The reason for the validation error.
|
void |
setReason(String reason)
The reason for the validation error.
|
ValidationException |
withReason(String reason)
The reason for the validation error.
|
ValidationException |
withReason(ValidationExceptionReason reason)
The reason for the validation error.
|
getErrorCode, getErrorMessage, getErrorType, getHttpHeaders, getMessage, getProxyHost, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setHttpHeaders, setProxyHost, setRawResponse, setRawResponseContent, setRequestId, setServiceName, setStatusCodeisRetryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ValidationException(String message)
message - Describes the error encountered.public void setReason(String reason)
The reason for the validation error. This won't be return for every validation exception.
reason - The reason for the validation error. This won't be return for every validation exception.ValidationExceptionReasonpublic String getReason()
The reason for the validation error. This won't be return for every validation exception.
ValidationExceptionReasonpublic ValidationException withReason(String reason)
The reason for the validation error. This won't be return for every validation exception.
reason - The reason for the validation error. This won't be return for every validation exception.ValidationExceptionReasonpublic ValidationException withReason(ValidationExceptionReason reason)
The reason for the validation error. This won't be return for every validation exception.
reason - The reason for the validation error. This won't be return for every validation exception.ValidationExceptionReason