Class ComplexCriteriaException

All Implemented Interfaces:
Serializable, CriteriaAccessor, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap

public class ComplexCriteriaException extends CriteriaException.BadCriteriaException
The Class ComplexCriteriaException.
See Also:
  • Constructor Details

    • ComplexCriteriaException

      public ComplexCriteriaException(Criteria aCriteria, String aMessage, String aErrorCode)
      Instantiates a new complex criteria exception.
      Parameters:
      aCriteria - the criteria
      aMessage - The aMessage describing this exception.
      aErrorCode - The error code identifying this exception.
    • ComplexCriteriaException

      public ComplexCriteriaException(Criteria aCriteria, String aMessage, Throwable aCause, String aErrorCode)
      Instantiates a new complex criteria exception.
      Parameters:
      aCriteria - the criteria
      aMessage - The aMessage describing this exception.
      aCause - The Throwable (Exception) causing this exception.
      aErrorCode - The error code identifying this exception.
    • ComplexCriteriaException

      public ComplexCriteriaException(Criteria aCriteria, String aMessage, Throwable aCause)
      Instantiates a new complex criteria exception.
      Parameters:
      aCriteria - the criteria
      aMessage - The aMessage describing this exception.
      aCause - The Throwable (Exception) causing this exception.
    • ComplexCriteriaException

      public ComplexCriteriaException(Criteria aCriteria, String aMessage)
      Instantiates a new complex criteria exception.
      Parameters:
      aCriteria - the criteria
      aMessage - The aMessage describing this exception.
    • ComplexCriteriaException

      public ComplexCriteriaException(Criteria aCriteria, Throwable aCause, String aErrorCode)
      Instantiates a new complex criteria exception.
      Parameters:
      aCriteria - the criteria
      aCause - The Throwable (Exception) causing this exception.
      aErrorCode - The error code identifying this exception.
    • ComplexCriteriaException

      public ComplexCriteriaException(Criteria aCriteria, Throwable aCause)
      Instantiates a new complex criteria exception.
      Parameters:
      aCriteria - the criteria
      aCause - The Throwable (Exception) causing this exception.