Class UnknownCriteriaRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.refcodes.exception.AbstractRuntimeException
org.refcodes.criteria.CriteriaRuntimeException
org.refcodes.criteria.UnknownCriteriaRuntimeException
All Implemented Interfaces:
Serializable, CriteriaAccessor, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap

public class UnknownCriteriaRuntimeException extends CriteriaRuntimeException
The Class UnknownCriteriaRuntimeException.
See Also:
  • Constructor Details

    • UnknownCriteriaRuntimeException

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

      public UnknownCriteriaRuntimeException(Criteria aCriteria, String aMessage, Throwable aCause, String aErrorCode)
      Instantiates a new unknown criteria runtime 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.
    • UnknownCriteriaRuntimeException

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

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

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

      public UnknownCriteriaRuntimeException(Criteria aCriteria, Throwable aCause)
      Instantiates a new unknown criteria runtime exception.
      Parameters:
      aCriteria - the criteria
      aCause - The Throwable (Exception) causing this exception.
  • Method Details