类 StampParameterIllegalException

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.cache.core.exception.StampParameterIllegalException
所有已实现的接口:
cn.herodotus.engine.assistant.definition.exception.HerodotusException, Serializable

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

Description: 请求参数中缺少幂等Token错误

作者:
: gengwei.zheng
另请参阅:
Date:
: 2021/8/23 12:29
  • 构造器详细资料

    • StampParameterIllegalException

      public StampParameterIllegalException()
    • StampParameterIllegalException

      public StampParameterIllegalException(String message)
    • StampParameterIllegalException

      public StampParameterIllegalException(String message, Throwable cause)
    • StampParameterIllegalException

      public StampParameterIllegalException(Throwable cause)
    • StampParameterIllegalException

      protected StampParameterIllegalException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
  • 方法详细资料

    • getFeedback

      public cn.herodotus.engine.assistant.definition.domain.Feedback getFeedback()
      指定者:
      getFeedback 在接口中 cn.herodotus.engine.assistant.definition.exception.HerodotusException
      覆盖:
      getFeedback 在类中 cn.herodotus.engine.assistant.definition.exception.PlatformRuntimeException