Currently, exceptions are driver-specific (e.g. com.github.jasync.sql.db.mysql.exceptions.MySQLException). Once r2dbc/r2dbc-spi#53 is merged, we should make sure to use R2DBC-specific exceptions to give driver users a consistent experience regarding exceptions. This removes the need for driver-specific exception hierarchy handling in clients and applications.