类 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

      public MybatisPlusException(String message)
    • MybatisPlusException

      public MybatisPlusException(Throwable throwable)
    • MybatisPlusException

      public MybatisPlusException(String message, Throwable throwable)