Class SqlParseException

All Implemented Interfaces:
Serializable

public class SqlParseException extends AmazonServiceException

The Rule-SQL expression can't be parsed correctly.

See Also:
  • Constructor Details

    • SqlParseException

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