Class R2dbcParameterException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.r2dbc.spi.R2dbcException
-
- pro.chenggang.project.reactive.mybatis.support.r2dbc.exception.R2dbcParameterException
-
- All Implemented Interfaces:
Serializable
public class R2dbcParameterException extends io.r2dbc.spi.R2dbcExceptionThe type R2dbc parameter exception.- Version:
- 1.0.0
- Author:
- Gang Cheng
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description R2dbcParameterException()Instantiates a new R2dbc parameter exception.R2dbcParameterException(String reason)Instantiates a new R2dbc parameter exception.R2dbcParameterException(String reason, Throwable cause)Instantiates a new R2dbc parameter exception.R2dbcParameterException(Throwable cause)Instantiates a new R2dbc parameter 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
-
R2dbcParameterException
public R2dbcParameterException()
Instantiates a new R2dbc parameter exception.
-
R2dbcParameterException
public R2dbcParameterException(String reason)
Instantiates a new R2dbc parameter exception.- Parameters:
reason- the reason
-
R2dbcParameterException
public R2dbcParameterException(String reason, Throwable cause)
Instantiates a new R2dbc parameter exception.- Parameters:
reason- the reasoncause- the cause
-
R2dbcParameterException
public R2dbcParameterException(Throwable cause)
Instantiates a new R2dbc parameter exception.- Parameters:
cause- the cause
-
-