Class InvalidLayerPartException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- software.amazon.awssdk.core.exception.SdkException
-
- software.amazon.awssdk.core.exception.SdkServiceException
-
- software.amazon.awssdk.awscore.exception.AwsServiceException
-
- software.amazon.awssdk.services.ecrpublic.model.EcrPublicException
-
- software.amazon.awssdk.services.ecrpublic.model.InvalidLayerPartException
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<InvalidLayerPartException.Builder,InvalidLayerPartException>
@Generated("software.amazon.awssdk:codegen") public final class InvalidLayerPartException extends EcrPublicException implements ToCopyableBuilder<InvalidLayerPartException.Builder,InvalidLayerPartException>
The layer part size isn't valid, or the first byte specified isn't consecutive to the last byte of a previous layer part upload.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceInvalidLayerPartException.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static InvalidLayerPartException.Builderbuilder()LonglastValidByteReceived()The position of the last byte of the layer part.StringregistryId()The Amazon Web Services account ID that's associated with the layer part.StringrepositoryName()The name of the repository.List<SdkField<?>>sdkFields()static Class<? extends InvalidLayerPartException.Builder>serializableBuilderClass()InvalidLayerPartException.BuildertoBuilder()StringuploadId()The upload ID that's associated with the layer part.-
Methods inherited from class software.amazon.awssdk.awscore.exception.AwsServiceException
awsErrorDetails, getMessage, isClockSkewException, isThrottlingException
-
Methods inherited from class software.amazon.awssdk.core.exception.SdkServiceException
extendedRequestId, requestId, statusCode
-
Methods inherited from class software.amazon.awssdk.core.exception.SdkException
create, retryable
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
toBuilder
public InvalidLayerPartException.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<InvalidLayerPartException.Builder,InvalidLayerPartException>- Overrides:
toBuilderin classEcrPublicException
-
builder
public static InvalidLayerPartException.Builder builder()
-
serializableBuilderClass
public static Class<? extends InvalidLayerPartException.Builder> serializableBuilderClass()
-
registryId
public String registryId()
The Amazon Web Services account ID that's associated with the layer part.
- Returns:
- The Amazon Web Services account ID that's associated with the layer part.
-
repositoryName
public String repositoryName()
The name of the repository.
- Returns:
- The name of the repository.
-
uploadId
public String uploadId()
The upload ID that's associated with the layer part.
- Returns:
- The upload ID that's associated with the layer part.
-
lastValidByteReceived
public Long lastValidByteReceived()
The position of the last byte of the layer part.
- Returns:
- The position of the last byte of the layer part.
-
-