类 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
  • 构造器详细资料

    • PlatformAuthenticationException

      public PlatformAuthenticationException(String msg, Throwable cause)
    • PlatformAuthenticationException

      public PlatformAuthenticationException(String msg)
  • 方法详细资料

    • getFeedback

      public cn.herodotus.engine.assistant.core.domain.Feedback getFeedback()
      指定者:
      getFeedback 在接口中 cn.herodotus.engine.assistant.core.definition.exception.HerodotusException
    • getResult

      public cn.herodotus.engine.assistant.core.domain.Result<String> getResult()
      指定者:
      getResult 在接口中 cn.herodotus.engine.assistant.core.definition.exception.HerodotusException