| | |
| | | package com.yeshi.fanli.exception.money;
|
| | |
|
| | | import com.yeshi.fanli.exception.BaseException;
|
| | |
|
| | | public class UserMoneyDetailException extends BaseException {
|
| | |
|
| | | private static final long serialVersionUID = 572112205824229000L;
|
| | |
|
| | | public UserMoneyDetailException(int code, String msg) {
|
| | | super(code, msg);
|
| | | }
|
| | |
|
| | | public UserMoneyDetailException() {
|
| | | super();
|
| | | }
|
| | | }
|
| | | package com.yeshi.fanli.exception.money; |
| | | |
| | | import com.yeshi.fanli.exception.BaseException; |
| | | |
| | | public class UserMoneyDetailException extends BaseException { |
| | | |
| | | private static final long serialVersionUID = 572112205824229000L; |
| | | |
| | | public UserMoneyDetailException(int code, String msg) { |
| | | super(code, msg); |
| | | } |
| | | |
| | | public UserMoneyDetailException() { |
| | | super(); |
| | | } |
| | | } |