Class R2dbcResultException

  • All Implemented Interfaces:
    Serializable

    public class R2dbcResultException
    extends io.r2dbc.spi.R2dbcException
    The type R2dbc result exception.
    Version:
    1.0.0
    Author:
    Gang Cheng
    See Also:
    Serialized Form
    • Constructor Detail

      • R2dbcResultException

        public R2dbcResultException()
        Instantiates a new R2dbc result exception.
      • R2dbcResultException

        public R2dbcResultException​(String reason)
        Instantiates a new R2dbc result exception.
        Parameters:
        reason - the reason
      • R2dbcResultException

        public R2dbcResultException​(String reason,
                                    Throwable cause)
        Instantiates a new R2dbc result exception.
        Parameters:
        reason - the reason
        cause - the cause
      • R2dbcResultException

        public R2dbcResultException​(Throwable cause)
        Instantiates a new R2dbc result exception.
        Parameters:
        cause - the cause