@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PropertyValidationException extends AmazonConnectException
The property is not valid.
AmazonServiceException.ErrorType
Constructor and Description |
---|
PropertyValidationException(String message)
Constructs a new PropertyValidationException with the specified error message.
|
Modifier and Type | Method and Description |
---|---|
List<PropertyValidationExceptionProperty> |
getPropertyList() |
void |
setPropertyList(Collection<PropertyValidationExceptionProperty> propertyList) |
PropertyValidationException |
withPropertyList(Collection<PropertyValidationExceptionProperty> propertyList) |
PropertyValidationException |
withPropertyList(PropertyValidationExceptionProperty... propertyList)
NOTE: This method appends the values to the existing list (if any).
|
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 PropertyValidationException(String message)
message
- Describes the error encountered.public List<PropertyValidationExceptionProperty> getPropertyList()
public void setPropertyList(Collection<PropertyValidationExceptionProperty> propertyList)
propertyList
- public PropertyValidationException withPropertyList(PropertyValidationExceptionProperty... propertyList)
NOTE: This method appends the values to the existing list (if any). Use
setPropertyList(java.util.Collection)
or withPropertyList(java.util.Collection)
if you want to
override the existing values.
propertyList
- public PropertyValidationException withPropertyList(Collection<PropertyValidationExceptionProperty> propertyList)
propertyList
-