Class R2dbcResultException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.r2dbc.spi.R2dbcException
-
- pro.chenggang.project.reactive.mybatis.support.r2dbc.exception.R2dbcResultException
-
- All Implemented Interfaces:
Serializable
public class R2dbcResultException extends io.r2dbc.spi.R2dbcExceptionThe type R2dbc result exception.- Version:
- 1.0.0
- Author:
- Gang Cheng
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description R2dbcResultException()Instantiates a new R2dbc result exception.R2dbcResultException(String reason)Instantiates a new R2dbc result exception.R2dbcResultException(String reason, Throwable cause)Instantiates a new R2dbc result exception.R2dbcResultException(Throwable cause)Instantiates a new R2dbc result exception.
-
Method Summary
-
Methods inherited from class io.r2dbc.spi.R2dbcException
getErrorCode, getSql, getSqlState, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
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 reasoncause- the cause
-
R2dbcResultException
public R2dbcResultException(Throwable cause)
Instantiates a new R2dbc result exception.- Parameters:
cause- the cause
-
-