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