类 FrequentRequestsException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cn.herodotus.stirrup.core.definition.exception.AbstractRuntimeException
cn.herodotus.stirrup.core.definition.exception.PlatformRuntimeException
cn.herodotus.stirrup.web.core.exception.IllegalOperationException
cn.herodotus.stirrup.web.core.exception.FrequentRequestsException
所有已实现的接口:
cn.herodotus.stirrup.core.definition.exception.HerodotusException, Serializable

public class FrequentRequestsException extends IllegalOperationException

Description: 操作频繁Exception

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

    • FrequentRequestsException

      public FrequentRequestsException()
    • FrequentRequestsException

      public FrequentRequestsException(String message)
    • FrequentRequestsException

      public FrequentRequestsException(String message, Throwable cause)
    • FrequentRequestsException

      public FrequentRequestsException(Throwable cause)
    • FrequentRequestsException

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

    • getFeedback

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