Class NoSuchBucketException

All Implemented Interfaces:
Serializable

public class NoSuchBucketException extends AmazonServiceException

The specified Amazon S3 bucket does not exist.

See Also:
  • Constructor Details

    • NoSuchBucketException

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