public class AmazonS3Exception extends AmazonServiceException
AmazonServiceException.ErrorType| コンストラクタと説明 |
|---|
AmazonS3Exception(java.lang.String message)
Constructs a new
AmazonS3Exception with the specified message. |
AmazonS3Exception(java.lang.String message,
java.lang.Exception cause)
Constructs a new
AmazonS3Exception with the specified message and root
cause. |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
java.lang.String |
getExtendedRequestId()
Gets Amazon S3's extended request ID.
|
void |
setExtendedRequestId(java.lang.String extendedRequestId)
Sets Amazon S3's extended request ID.
|
java.lang.String |
toString()
Extends the implementation from AmazonServiceException to include
additional information on S3's extended request ID.
|
getErrorCode, getErrorType, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorType, setRequestId, setServiceName, setStatusCodepublic AmazonS3Exception(java.lang.String message)
AmazonS3Exception with the specified message.message - The error message describing why this exception was thrown.AmazonS3Exception(String, Exception)public AmazonS3Exception(java.lang.String message,
java.lang.Exception cause)
AmazonS3Exception with the specified message and root
cause.message - The error message describing why this exception was thrown.cause - The root exception that caused this exception to be thrown.AmazonS3Exception(String)public java.lang.String getExtendedRequestId()
setExtendedRequestId(String)public void setExtendedRequestId(java.lang.String extendedRequestId)
extendedRequestId - S3's extended request ID.getExtendedRequestId()public java.lang.String toString()
toString クラス内 AmazonServiceExceptionThrowable.toString()