Package org.imixs.workflow.exceptions
Class QueryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.imixs.workflow.exceptions.WorkflowException
org.imixs.workflow.exceptions.QueryException
- All Implemented Interfaces:
Serializable
The QueryException is thrown in case a search query can not be pased.
- Author:
- rsoika
- See Also:
-
Field Summary
FieldsFields inherited from class org.imixs.workflow.exceptions.WorkflowException
errorCode, errorContext
-
Constructor Summary
ConstructorsConstructorDescriptionQueryException
(String aErrorCode, String message) QueryException
(String aErrorCode, String message, Exception e) -
Method Summary
Methods inherited from class org.imixs.workflow.exceptions.WorkflowException
getErrorCode, getErrorContext, setErrorCode, setErrorContext
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
QUERY_NOT_UNDERSTANDABLE
- See Also:
-
-
Constructor Details
-
QueryException
-
QueryException
-