Class RuleEngineServiceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.ruleengineservices.RuleEngineServiceException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
RuleConverterException, RuleParameterValueMapperException

public class RuleEngineServiceException extends RuntimeException
See Also:
  • Constructor Details

    • RuleEngineServiceException

      public RuleEngineServiceException()
    • RuleEngineServiceException

      public RuleEngineServiceException(String message)
    • RuleEngineServiceException

      public RuleEngineServiceException(Throwable cause)
    • RuleEngineServiceException

      public RuleEngineServiceException(String message, Throwable cause)