Class ExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
se.liu.ida.hefquin.engine.queryproc.QueryProcException
se.liu.ida.hefquin.engine.queryproc.ExecutionException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ExecOpExecutionException
,ExecPlanTaskInputException
,ExecPlanTaskInterruptionException
An exception that may occur during the query execution process.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionExecutionException
(String message) ExecutionException
(String message, Throwable cause) ExecutionException
(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
-
ExecutionException
-
ExecutionException
-
ExecutionException
-
ExecutionException
public ExecutionException()
-