Package com.saperion.exception
Class QueryEvaluationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.saperion.exception.SaBasicException
com.saperion.exception.QueryEvaluationException
- All Implemented Interfaces:
Serializable
This
Exception
indicates that evaluating a query failed.- Author:
- jschwarz
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionQueryEvaluationException
(String message) QueryEvaluationException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
QueryEvaluationException
public QueryEvaluationException() -
QueryEvaluationException
-
QueryEvaluationException
-
QueryEvaluationException
-