Class RuleEngineRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.ruleengine.exception.RuleEngineRuntimeException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DroolsRuleLoopException

public class RuleEngineRuntimeException extends RuntimeException
RuleEngineRuntimeException thrown when errors are encountered during rule execution or the rule engine session is prematurely ended or while rule engine initialization.
See Also:
  • Constructor Details

    • RuleEngineRuntimeException

      public RuleEngineRuntimeException()
    • RuleEngineRuntimeException

      public RuleEngineRuntimeException(Throwable t)
    • RuleEngineRuntimeException

      public RuleEngineRuntimeException(String s, Throwable t)
    • RuleEngineRuntimeException

      public RuleEngineRuntimeException(String s)