Uses of Class
com.adobe.testing.s3mock.S3Exception
Packages that use S3Exception
-
Uses of S3Exception in com.adobe.testing.s3mock
Fields in com.adobe.testing.s3mock declared as S3ExceptionModifier and TypeFieldDescriptionstatic final S3ExceptionS3Exception.BAD_REQUEST_CONTENTstatic final S3ExceptionS3Exception.BAD_REQUEST_MD5static final S3ExceptionS3Exception.BUCKET_ALREADY_EXISTSstatic final S3ExceptionS3Exception.BUCKET_ALREADY_OWNED_BY_YOUstatic final S3ExceptionS3Exception.BUCKET_NOT_EMPTYstatic final S3ExceptionS3Exception.ENTITY_TOO_SMALLstatic final S3ExceptionS3Exception.INVALID_BUCKET_NAMEstatic final S3ExceptionS3Exception.INVALID_PARTstatic final S3ExceptionS3Exception.INVALID_PART_NUMBERstatic final S3ExceptionS3Exception.INVALID_PART_ORDERstatic final S3ExceptionS3Exception.INVALID_REQUEST_ENCODINGTYPEstatic final S3ExceptionS3Exception.INVALID_REQUEST_MAXKEYSstatic final S3ExceptionS3Exception.INVALID_REQUEST_RETAINDATEstatic final S3ExceptionS3Exception.NO_SUCH_BUCKETstatic final S3ExceptionS3Exception.NO_SUCH_KEYstatic final S3ExceptionS3Exception.NO_SUCH_LIFECYCLE_CONFIGURATIONstatic final S3ExceptionS3Exception.NO_SUCH_UPLOAD_MULTIPARTstatic final S3ExceptionS3Exception.NOT_FOUND_BUCKET_OBJECT_LOCKstatic final S3ExceptionS3Exception.NOT_FOUND_OBJECT_LOCKstatic final S3ExceptionS3Exception.NOT_MODIFIEDstatic final S3ExceptionS3Exception.PRECONDITION_FAILED -
Uses of S3Exception in com.adobe.testing.s3mock.service
Methods in com.adobe.testing.s3mock.service that throw S3ExceptionModifier and TypeMethodDescriptionvoidMultipartService.verifyMultipartParts(String bucketName, String key, String uploadId, List<CompletedPart> requestedParts) voidMultipartService.verifyMultipartParts(String bucketName, UUID id, String uploadId) voidMultipartService.verifyMultipartUploadExists(String uploadId)