| Package | Description |
|---|---|
| com.ibm.cos.v2.awscore.exception | |
| com.ibm.cos.v2.core.exception | |
| com.ibm.cos.v2.core.retry | |
| com.ibm.cos.v2.services.s3.model |
| Modifier and Type | Class and Description |
|---|---|
class |
AwsServiceException
Extension of
SdkServiceException that represents an error response returned
by an Amazon web service. |
| Modifier and Type | Method and Description |
|---|---|
SdkServiceException |
SdkServiceException.Builder.build()
Creates a new
SdkServiceException with the specified properties. |
SdkServiceException |
SdkServiceException.BuilderImpl.build() |
| Constructor and Description |
|---|
BuilderImpl(SdkServiceException ex) |
| Modifier and Type | Method and Description |
|---|---|
static SdkServiceException |
RetryUtils.toServiceException(SdkException e) |
| Modifier and Type | Class and Description |
|---|---|
class |
BucketAlreadyExistsException
The requested bucket name is not available.
|
class |
BucketAlreadyOwnedByYouException
The bucket you tried to create already exists, and you own it.
|
class |
EncryptionTypeMismatchException
The existing object was created with a different encryption type.
|
class |
InvalidObjectStateException
Object is archived and inaccessible until restored.
|
class |
InvalidRequestException
You may receive this error in multiple cases.
|
class |
InvalidWriteOffsetException
The write offset value that you specified does not match the current object size.
|
class |
NoSuchBucketException
The specified bucket does not exist.
|
class |
NoSuchKeyException
The specified key does not exist.
|
class |
NoSuchUploadException
The specified multipart upload does not exist.
|
class |
ObjectAlreadyInActiveTierErrorException
This action is not allowed against this storage tier.
|
class |
ObjectNotInActiveTierErrorException
The source object of the COPY action is not in the active tier and is only stored in Amazon S3 Glacier.
|
class |
S3Exception |
class |
TooManyPartsException
You have attempted to add more parts than the maximum of 10000 that are allowed for this object.
|
Copyright © 2026. All rights reserved.