Class InvalidTimeRangeException

All Implemented Interfaces:
Serializable

public class InvalidTimeRangeException extends AmazonServiceException

The specified time range is not valid. The earlier time is not chronologically before the later time.

See Also:
  • Constructor Details

    • InvalidTimeRangeException

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