Class UncategorizedR2dbcException

All Implemented Interfaces:
Serializable

public class UncategorizedR2dbcException extends UncategorizedDataAccessException
Exception thrown when we can't classify a R2dbcException into one of our generic data access exceptions.
Since:
5.3
Author:
Mark Paluch
See Also:
  • Constructor Details

    • UncategorizedR2dbcException

      public UncategorizedR2dbcException(String msg, @Nullable String sql, R2dbcException ex)
      Constructor for UncategorizedSQLException.
      Parameters:
      msg - the detail message
      sql - the offending SQL statement
      ex - the exception thrown by underlying data access API
  • Method Details