类 PlatformAuthenticationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.security.core.AuthenticationException
cn.herodotus.engine.oauth2.core.exception.PlatformAuthenticationException
- 所有已实现的接口:
cn.herodotus.engine.assistant.core.definition.exception.HerodotusException,Serializable
- 直接已知子类:
IllegalSymmetricKeyException,SocialCredentialsUserBindingFailedException,UsernameAlreadyExistsException
public class PlatformAuthenticationException
extends org.springframework.security.core.AuthenticationException
implements cn.herodotus.engine.assistant.core.definition.exception.HerodotusException
Description: 平台认证基础Exception
- 作者:
- : gengwei.zheng
- 另请参阅:
- Date:
- : 2021/10/16 14:41
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明cn.herodotus.engine.assistant.core.domain.Feedbackcn.herodotus.engine.assistant.core.domain.Result<String>
-
构造器详细资料
-
PlatformAuthenticationException
-
PlatformAuthenticationException
-
-
方法详细资料
-
getFeedback
public cn.herodotus.engine.assistant.core.domain.Feedback getFeedback()- 指定者:
getFeedback在接口中cn.herodotus.engine.assistant.core.definition.exception.HerodotusException
-
getResult
- 指定者:
getResult在接口中cn.herodotus.engine.assistant.core.definition.exception.HerodotusException
-