类 AuthenticationServerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.security.core.AuthenticationException
io.github.mangocrisp.spring.taybct.auth.exception.AuthenticationServerException
- 所有已实现的接口:
JsonResponseException
,Serializable
public class AuthenticationServerException
extends org.springframework.security.core.AuthenticationException
implements JsonResponseException
鉴权服务器异常,这个一般是发生在鉴权的时候,其他时候都应该有对应的异常处理器去处理异常
- 另请参阅:
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
-
字段详细资料
-
serialVersionUID
private static final long serialVersionUID- 另请参阅:
-
-
构造器详细资料
-
AuthenticationServerException
-
AuthenticationServerException
-