提交 1391c6d4 编写于 作者: 街头小贩's avatar 街头小贩

将IllegalAccessException改为InterruptedException

上级 39cef339
......@@ -4,7 +4,6 @@ import com.apobates.forum.thrones.vo.TokenMoldBean;
import com.apobates.forum.utils.Commons;
import java.io.IOException;
import java.util.Arrays;
import java.util.List;
import java.util.Map;
import java.util.TreeMap;
import javax.servlet.Filter;
......
......@@ -6,7 +6,7 @@ package com.apobates.forum.thrones.exception;
* @author xiaofanku
* @since 20200516
*/
public class BorbidMemberRegisterException extends IllegalAccessException{
public class BorbidMemberRegisterException extends InterruptedException{
private static final long serialVersionUID = -7745679113640804874L;
public BorbidMemberRegisterException() {
......
......@@ -5,7 +5,7 @@ package com.apobates.forum.thrones.exception;
* @author xiaofanku
* @since 20200516
*/
public class MemberFreezeException extends IllegalAccessException {
public class MemberFreezeException extends InterruptedException {
private static final long serialVersionUID = -7680984341880871572L;
public MemberFreezeException(String message) {
......
......@@ -6,16 +6,14 @@ package com.apobates.forum.thrones.exception;
* @author xiaofanku
* @since 20200516
*/
public class PermissionLostException extends IllegalAccessException {
public class PermissionLostException extends InterruptedException {
private static final long serialVersionUID = -3380292936369422129L;
public PermissionLostException() {
super();
// TODO Auto-generated constructor stub
}
public PermissionLostException(String s) {
super(s);
// TODO Auto-generated constructor stub
}
}
\ No newline at end of file
......@@ -2,7 +2,6 @@ package com.apobates.forum.thrones.spa;
import com.apobates.forum.core.entity.Board;
import com.apobates.forum.core.entity.BoardGroup;
import com.apobates.forum.core.entity.proxy.BoardReplica;
import com.apobates.forum.core.entity.proxy.TopicReplica;
import java.io.Serializable;
import java.util.List;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册