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, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorType, setRequestId, setServiceName, setStatusCode
isRetryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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 © 2014. All rights reserved.