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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncn.herodotus.engine.assistant.definition.domain.Feedbackcn.herodotus.engine.assistant.definition.domain.Result<String>Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PlatformAuthenticationException
-
PlatformAuthenticationException
-
-
Method Details
-
getFeedback
public cn.herodotus.engine.assistant.definition.domain.Feedback getFeedback()- Specified by:
getFeedbackin interfacecn.herodotus.engine.assistant.definition.exception.HerodotusException
-
getResult
- Specified by:
getResultin interfacecn.herodotus.engine.assistant.definition.exception.HerodotusException
-