Class InvalidSortByException

All Implemented Interfaces:
Serializable

public class InvalidSortByException extends AmazonServiceException

The column name to sort by is either not present or was specified in an invalid format.

See Also:
  • Constructor Details

    • InvalidSortByException

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