Class InvalidTimeRangeException

All Implemented Interfaces:
Serializable

public class InvalidTimeRangeException extends AmazonServiceException

Occurs if the timestamp values are invalid. Either the start time occurs after the end time or the time range is outside the range of possible values.

See Also:
  • Constructor Details

    • InvalidTimeRangeException

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