Class CriteriaRuntimeException

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

public abstract class CriteriaRuntimeException extends org.refcodes.exception.AbstractRuntimeException
The Class CriteriaRuntimeException.
See Also:
  • Constructor Details

    • CriteriaRuntimeException

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

      public CriteriaRuntimeException(String aMessage, Throwable aCause, String aErrorCode)
      Instantiates a new criteria runtime exception.
      Parameters:
      aMessage - The aMessage describing this exception.
      aCause - The Throwable (Exception) causing this exception.
      aErrorCode - The error code identifying this exception.
    • CriteriaRuntimeException

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

      public CriteriaRuntimeException(String aMessage)
      Instantiates a new criteria runtime exception.
      Parameters:
      aMessage - The aMessage describing this exception.
    • CriteriaRuntimeException

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

      public CriteriaRuntimeException(Throwable aCause)
      Instantiates a new criteria runtime exception.
      Parameters:
      aCause - The Throwable (Exception) causing this exception.