public class BaseException extends AmazonServiceException
An error occurred while processing the request.
AmazonServiceException.ErrorType| コンストラクタと説明 |
|---|
BaseException(java.lang.String message)
Constructs a new BaseException with the specified error
message.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
java.lang.String |
getCode()
Returns the value of the Code property for this object.
|
void |
setCode(java.lang.String code)
Sets the value of the Code property for this object.
|
getErrorCode, getErrorType, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorType, setRequestId, setServiceName, setStatusCode, toStringpublic BaseException(java.lang.String message)
message - Describes the error encountered.public java.lang.String getCode()
public void setCode(java.lang.String code)
code - The new value for this object's Code property.