异常转化为PersistenceException子类.
This commit is contained in:
parent
880fb82183
commit
fa2db45f6b
@ -15,13 +15,15 @@
|
||||
*/
|
||||
package com.baomidou.mybatisplus.core.exceptions;
|
||||
|
||||
import org.apache.ibatis.exceptions.PersistenceException;
|
||||
|
||||
/**
|
||||
* MybatisPlus 异常类
|
||||
*
|
||||
* @author hubin
|
||||
* @since 2016-01-23
|
||||
*/
|
||||
public class MybatisPlusException extends RuntimeException {
|
||||
public class MybatisPlusException extends PersistenceException {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user