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