类分层结构
- java.lang.Object
- org.springframework.security.web.authentication.LoginUrlAuthenticationEntryPoint (implements org.springframework.security.web.AuthenticationEntryPoint, org.springframework.beans.factory.InitializingBean)
- io.github.mangocrisp.spring.taybct.auth.exception.JsonExceptionAuthenticationEntryPoint
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- org.springframework.security.core.AuthenticationException
- org.springframework.security.authentication.AccountStatusException
- io.github.mangocrisp.spring.taybct.auth.exception.AccountException (implements io.github.mangocrisp.spring.taybct.auth.exception.JsonResponseException)
- io.github.mangocrisp.spring.taybct.auth.exception.PasswordException (implements io.github.mangocrisp.spring.taybct.auth.exception.JsonResponseException)
- io.github.mangocrisp.spring.taybct.auth.exception.PasswordMismatchException (implements io.github.mangocrisp.spring.taybct.auth.exception.JsonResponseException)
- io.github.mangocrisp.spring.taybct.auth.exception.VerifyCodeMismatchException (implements io.github.mangocrisp.spring.taybct.auth.exception.JsonResponseException)
- io.github.mangocrisp.spring.taybct.auth.exception.VerifyCodeExpiredException (implements io.github.mangocrisp.spring.taybct.auth.exception.JsonResponseException)
- io.github.mangocrisp.spring.taybct.auth.exception.AuthenticationServerException (implements io.github.mangocrisp.spring.taybct.auth.exception.JsonResponseException)
- org.springframework.security.authentication.AccountStatusException
- org.springframework.security.core.AuthenticationException
- java.lang.RuntimeException
- java.lang.Exception
- org.springframework.security.web.authentication.LoginUrlAuthenticationEntryPoint (implements org.springframework.security.web.AuthenticationEntryPoint, org.springframework.beans.factory.InitializingBean)
接口分层结构
- io.github.mangocrisp.spring.taybct.auth.exception.JsonResponseException