Class QueueNameExistsException

All Implemented Interfaces:
Serializable

public class QueueNameExistsException extends AmazonServiceException

A queue already exists with this name. Amazon SQS returns this error only if the request includes attributes whose values differ from those of the existing queue.

See Also:
  • Constructor Details

    • QueueNameExistsException

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