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