Class RuleTimeoutException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.helixframework.rules.error.RuleTimeoutException
All Implemented Interfaces:
Serializable

public class RuleTimeoutException extends RuntimeException
Exception thrown when a rule times out.
See Also:
  • Constructor Details

    • RuleTimeoutException

      public RuleTimeoutException(String ruleName, Duration timeout)
  • Method Details

    • getRuleName

      public String getRuleName()
    • getTimeout

      public Long getTimeout()