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