forked from p81075629/datagear
[persistence]RowMapperException改为继承自PersistenceException
This commit is contained in:
parent
048b3d933b
commit
dbb757bfa4
|
@ -10,7 +10,7 @@ package org.datagear.persistence;
|
|||
* @author datagear@163.com
|
||||
*
|
||||
*/
|
||||
public class RowMapperException extends RuntimeException
|
||||
public class RowMapperException extends PersistenceException
|
||||
{
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
|
|
Loading…
Reference in New Issue