Class EmptyResultParameterCombinationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.personalizationservices.exceptions.EmptyResultParameterCombinationException
All Implemented Interfaces:
Serializable

public class EmptyResultParameterCombinationException extends RuntimeException
Exception is thrown when you use combination of parameters that should stop processing parameters and return empty result
See Also:
  • Constructor Details

    • EmptyResultParameterCombinationException

      public EmptyResultParameterCombinationException()
    • EmptyResultParameterCombinationException

      public EmptyResultParameterCombinationException(String message, Throwable cause)
    • EmptyResultParameterCombinationException

      public EmptyResultParameterCombinationException(String message)
    • EmptyResultParameterCombinationException

      public EmptyResultParameterCombinationException(Throwable cause)