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

public class UsernameAlreadyExistsException extends PlatformAuthenticationException

Description: UsernameAlreadyExistsException

Author:
: gengwei.zheng
See Also:
Date:
: 2021/5/17 19:04
  • Constructor Details

    • UsernameAlreadyExistsException

      public UsernameAlreadyExistsException(String msg, Throwable cause)
    • UsernameAlreadyExistsException

      public UsernameAlreadyExistsException(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
      Overrides:
      getFeedback in class PlatformAuthenticationException