类 MybatisPlusException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.ibatis.exceptions.IbatisException
org.apache.ibatis.exceptions.PersistenceException
com.baomidou.mybatisplus.core.exceptions.MybatisPlusException
- 所有已实现的接口:
Serializable
public class MybatisPlusException
extends org.apache.ibatis.exceptions.PersistenceException
MybatisPlus 异常类
- 从以下版本开始:
- 2016-01-23
- 作者:
- hubin
- 另请参阅:
-
构造器概要
构造器构造器说明MybatisPlusException(String message) MybatisPlusException(String message, Throwable throwable) MybatisPlusException(Throwable throwable) -
方法概要
-
构造器详细资料
-
MybatisPlusException
-
MybatisPlusException
-
MybatisPlusException
-