Class SocialCredentialsUserBindingFailedException

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.oauth2.core.exception.SocialCredentialsUserBindingFailedException
All Implemented Interfaces:
cn.herodotus.engine.assistant.definition.exception.HerodotusException, Serializable

public class SocialCredentialsUserBindingFailedException extends PlatformAuthenticationException

Description: 社交登录绑定用户出错

Author:
: gengwei.zheng
See Also:
Date:
: 2021/5/18 9:31
  • Constructor Details

    • SocialCredentialsUserBindingFailedException

      public SocialCredentialsUserBindingFailedException(String msg, Throwable cause)
    • SocialCredentialsUserBindingFailedException

      public SocialCredentialsUserBindingFailedException(String msg)