Class GeneratedKeysException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.r2dbc.spi.R2dbcException
-
- pro.chenggang.project.reactive.mybatis.support.r2dbc.exception.GeneratedKeysException
-
- All Implemented Interfaces:
Serializable
public class GeneratedKeysException extends io.r2dbc.spi.R2dbcExceptionThe Generated keys exception. when returnGeneratedKeys configured and keyColumn is not specific- Since:
- 1.0.10
- Version:
- 1.0.0
- Author:
- Gang Cheng
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GeneratedKeysException(String reason)Instantiates a new Generated keys 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
-
GeneratedKeysException
public GeneratedKeysException(String reason)
Instantiates a new Generated keys exception.- Parameters:
reason- the reason
-
-