Class 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
All Implemented Interfaces:
cn.herodotus.engine.assistant.definition.exception.HerodotusException, Serializable
Direct Known Subclasses:
IllegalSymmetricKeyException, SocialCredentialsUserBindingFailedException, UsernameAlreadyExistsException

public class PlatformAuthenticationException extends org.springframework.security.core.AuthenticationException implements cn.herodotus.engine.assistant.definition.exception.HerodotusException

Description: 平台认证基础Exception

Author:
: gengwei.zheng
See Also:
Date:
: 2021/10/16 14:41
  • Constructor Details

    • PlatformAuthenticationException

      public PlatformAuthenticationException(String msg, Throwable cause)
    • PlatformAuthenticationException

      public PlatformAuthenticationException(String msg)
  • Method Details

    • getFeedback

      public cn.herodotus.engine.assistant.definition.domain.Feedback getFeedback()
      Specified by:
      getFeedback in interface cn.herodotus.engine.assistant.definition.exception.HerodotusException
    • getResult

      public cn.herodotus.engine.assistant.definition.domain.Result<String> getResult()
      Specified by:
      getResult in interface cn.herodotus.engine.assistant.definition.exception.HerodotusException