Class UsernameAlreadyExistsException
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.UsernameAlreadyExistsException
- All Implemented Interfaces:
cn.herodotus.engine.assistant.definition.exception.HerodotusException,Serializable
Description: UsernameAlreadyExistsException
- Author:
- : gengwei.zheng
- See Also:
- Date:
- : 2021/5/17 19:04
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncn.herodotus.engine.assistant.definition.domain.FeedbackMethods inherited from class cn.herodotus.engine.oauth2.core.exception.PlatformAuthenticationException
getResultMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UsernameAlreadyExistsException
-
UsernameAlreadyExistsException
-
-
Method Details
-
getFeedback
public cn.herodotus.engine.assistant.definition.domain.Feedback getFeedback()- Specified by:
getFeedbackin interfacecn.herodotus.engine.assistant.definition.exception.HerodotusException- Overrides:
getFeedbackin classPlatformAuthenticationException
-