Class InvalidSnsTopicNameException

All Implemented Interfaces:
Serializable

public class InvalidSnsTopicNameException extends AmazonServiceException

This exception is thrown when the provided SNS topic name is not valid.

See Also:
  • Constructor Details

    • InvalidSnsTopicNameException

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