Class InvalidNextTokenException

  • All Implemented Interfaces:
    Serializable

    public class InvalidNextTokenException
    extends AmazonServiceException

    Invalid token or token that was previously used in a request with different parameters. This exception is thrown if the token is invalid.

    See Also:
    Serialized Form
    • Constructor Detail

      • InvalidNextTokenException

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