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:
java.io.Serializable
public class QueryEvaluationException extends SaBasicException
ThisException
indicates that evaluating a query failed.- Author:
- jschwarz
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description QueryEvaluationException()
QueryEvaluationException(java.lang.String message)
QueryEvaluationException(java.lang.String message, java.lang.Throwable cause)
QueryEvaluationException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
QueryEvaluationException
public QueryEvaluationException()
-
QueryEvaluationException
public QueryEvaluationException(java.lang.Throwable cause)
-
QueryEvaluationException
public QueryEvaluationException(java.lang.String message)
-
QueryEvaluationException
public QueryEvaluationException(java.lang.String message, java.lang.Throwable cause)
-
-