Class BadSqlGrammarException

All Implemented Interfaces:
Serializable

@Deprecated public class BadSqlGrammarException extends BadSqlGrammarException
Deprecated.
since 1.2, use directly Spring R2DBC's BadSqlGrammarException instead.
Exception thrown when SQL specified is invalid. Such exceptions always have a R2dbcException root cause.

It would be possible to have subclasses for no such table, no such column etc. A custom R2dbcExceptionTranslator could create such more specific exceptions, without affecting code using this class.

Author:
Mark Paluch
See Also: