Class S3BucketDoesNotExistException

All Implemented Interfaces:
Serializable

public class S3BucketDoesNotExistException extends AmazonServiceException

This exception is thrown when the specified S3 bucket does not exist.

See Also:
  • Constructor Details

    • S3BucketDoesNotExistException

      public S3BucketDoesNotExistException(String message)
      Constructs a new S3BucketDoesNotExistException with the specified error message.
      Parameters:
      message - Describes the error encountered.