public class SCSS3Exception extends SCSServiceException
SCSServiceException.ErrorType| 构造器和说明 |
|---|
SCSS3Exception(String message)
Constructs a new
SCSS3Exception with the specified message. |
SCSS3Exception(String message,
Exception cause)
Constructs a new
SCSS3Exception with the specified message and root
cause. |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getExtendedRequestId()
Gets Amazon S3's extended request ID.
|
void |
setExtendedRequestId(String extendedRequestId)
Sets Amazon S3's extended request ID.
|
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 SCSS3Exception(String message)
SCSS3Exception with the specified message.message - The error message describing why this exception was thrown.SCSS3Exception#AmazonS3Exception(String, Exception)public SCSS3Exception(String message, Exception cause)
SCSS3Exception 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.SCSS3Exception#AmazonS3Exception(String)public String getExtendedRequestId()
setExtendedRequestId(String)public void setExtendedRequestId(String extendedRequestId)
extendedRequestId - S3's extended request ID.getExtendedRequestId()Copyright © 2016-2017. All Rights Reserved.