java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.aquima.interactions.foundation.exception.AppException
com.aquima.interactions.framework.container.listplus.search.filters.InvalidCriteriaException
All Implemented Interfaces:
Serializable

public class InvalidCriteriaException extends AppException
Exception that can be thrown when the criteria is not valid. A invalid criteria means that we know that the combination of filters will result in no result set before building the data base queries.
Since:
9.9
See Also:
  • Constructor Details

    • InvalidCriteriaException

      public InvalidCriteriaException(String message)
      Creates a new instance.
      Parameters:
      message - The exception message.
    • InvalidCriteriaException

      public InvalidCriteriaException(String message, Throwable cause)
      Creates a new instance.
      Parameters:
      message - The exception message.
      cause - The exception cause.