public class AmazonS3OperationException extends AWSOperationException
AWSOperationException which indicates a failure in performing
an operation on the object in S3.| Constructor and Description |
|---|
AmazonS3OperationException(java.lang.String accessKey,
java.lang.String bucket,
java.lang.String objectName)
The constructor that instantiates with the Account's access key the bucket name
and the object name
|
AmazonS3OperationException(java.lang.String accessKey,
java.lang.String bucket,
java.lang.String objectName,
java.lang.String message)
The constructor that instantiates with the Account's access key the bucket name
the object name, the exception message
|
AmazonS3OperationException(java.lang.String accessKey,
java.lang.String bucket,
java.lang.String objectName,
java.lang.String message,
java.lang.Throwable cause)
The constructor that instantiates with the Account's access key the bucket name
the object name, the exception message and the actual exception
|
AmazonS3OperationException(java.lang.String accessKey,
java.lang.String bucket,
java.lang.String objectName,
java.lang.Throwable cause)
The constructor that instantiates with the Account's access key the bucket name
the object name, the root cause
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBucket()
Gets the bucket name for which an S3 operation failed
|
java.lang.String |
getObjectName()
Gets the object name where an S3 operation failed
|
getAccessKeypublic AmazonS3OperationException(java.lang.String accessKey,
java.lang.String bucket,
java.lang.String objectName)
accessKey - bucket - objectName - public AmazonS3OperationException(java.lang.String accessKey,
java.lang.String bucket,
java.lang.String objectName,
java.lang.String message,
java.lang.Throwable cause)
accessKey - bucket - objectName - message - cause - public AmazonS3OperationException(java.lang.String accessKey,
java.lang.String bucket,
java.lang.String objectName,
java.lang.String message)
accessKey - bucket - objectName - message - public AmazonS3OperationException(java.lang.String accessKey,
java.lang.String bucket,
java.lang.String objectName,
java.lang.Throwable cause)
accessKey - bucket - objectName - cause -