public class DaoException extends RuntimeException
| 构造器和说明 | 
|---|
DaoException(String message)  | 
DaoException(String message,
            Throwable cause)  | 
DaoException(Throwable cause)  | 
| 限定符和类型 | 方法和说明 | 
|---|---|
static <T> DaoException | 
create(T obj,
      String fieldName,
      String name,
      Exception e)  | 
Copyright © 2017. All rights reserved.