public class DocumentServiceException extends AmazonServiceException
Information about any problems encountered while processing an upload request.
AmazonServiceException.ErrorType| Constructor and Description |
|---|
DocumentServiceException(String message)
Constructs a new DocumentServiceException with the specified error
message.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getStatus()
Returns the value of the Status property for this object.
|
void |
setStatus(String status)
Sets the value of the Status property for this object.
|
getErrorCode, getErrorMessage, getErrorType, getMessage, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorType, setRawResponseContent, setRequestId, setServiceName, setStatusCodeisRetryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DocumentServiceException(String message)
message - Describes the error encountered.public String getStatus()
public void setStatus(String status)
status - The new value for this object's Status property.Copyright © 2015. All rights reserved.