|
@ -1,4 +1,14 @@ |
|
|
package com.canvas.web.exception.user; |
|
|
package com.canvas.web.exception.user; |
|
|
|
|
|
|
|
|
public class CaptchaException { |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
import com.canvas.web.exception.BaseException; |
|
|
|
|
|
|
|
|
|
|
|
//验证码处理异常 |
|
|
|
|
|
public class CaptchaException extends UserException { |
|
|
|
|
|
|
|
|
|
|
|
private static final long seriaVersionUID = 1L; |
|
|
|
|
|
|
|
|
|
|
|
public CaptchaException() { |
|
|
|
|
|
super("user.jcaptcha.error", null); |
|
|
|
|
|
} |
|
|
} |
|
|
} |