Class QueueDoesNotExistException

All Implemented Interfaces:
Serializable

public class QueueDoesNotExistException extends AmazonServiceException

The queue referred to does not exist.

See Also:
  • Constructor Details

    • QueueDoesNotExistException

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