Class PrincipalNotFoundException

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

public class PrincipalNotFoundException extends cn.herodotus.engine.assistant.definition.exception.PlatformRuntimeException

Description: 无法找到 Principal 错误

Author:
: gengwei.zheng
See Also:
Date:
: 2021/10/24 18:45
  • Constructor Details

    • PrincipalNotFoundException

      public PrincipalNotFoundException()
    • PrincipalNotFoundException

      public PrincipalNotFoundException(String message)
    • PrincipalNotFoundException

      public PrincipalNotFoundException(String message, Throwable cause)
    • PrincipalNotFoundException

      public PrincipalNotFoundException(Throwable cause)
    • PrincipalNotFoundException

      protected PrincipalNotFoundException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
  • 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 cn.herodotus.engine.assistant.definition.exception.PlatformRuntimeException