Class MessageRejectedException

  • All Implemented Interfaces:
    Serializable

    public class MessageRejectedException
    extends AmazonServiceException

    Indicates that the action failed, and the message could not be sent. Check the error stack for more information about what caused the error.

    See Also:
    Serialized Form
    • Constructor Detail

      • MessageRejectedException

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