Class AccessIdentityVerificationFailedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cn.herodotus.engine.core.definition.exception.AbstractRuntimeException
cn.herodotus.engine.core.definition.exception.PlatformRuntimeException
cn.herodotus.engine.assistant.access.exception.AccessIdentityVerificationFailedException
All Implemented Interfaces:
cn.herodotus.engine.core.definition.exception.HerodotusException, Serializable

public class AccessIdentityVerificationFailedException extends cn.herodotus.engine.core.definition.exception.PlatformRuntimeException

Description: 接入身份认证错误

Author:
: gengwei.zheng
See Also:
Date:
: 2022/1/26 10:54
  • Constructor Details

    • AccessIdentityVerificationFailedException

      public AccessIdentityVerificationFailedException()
    • AccessIdentityVerificationFailedException

      public AccessIdentityVerificationFailedException(String message)
    • AccessIdentityVerificationFailedException

      public AccessIdentityVerificationFailedException(String message, Throwable cause)
    • AccessIdentityVerificationFailedException

      public AccessIdentityVerificationFailedException(Throwable cause)
    • AccessIdentityVerificationFailedException

      public AccessIdentityVerificationFailedException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
  • Method Details

    • getFeedback

      public cn.herodotus.engine.core.definition.domain.Feedback getFeedback()
      Specified by:
      getFeedback in interface cn.herodotus.engine.core.definition.exception.HerodotusException
      Overrides:
      getFeedback in class cn.herodotus.engine.core.definition.exception.PlatformRuntimeException