Class ExecutionException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ExecOpExecutionException, ExecPlanTaskInputException, ExecPlanTaskInterruptionException

public class ExecutionException extends QueryProcException
An exception that may occur during the query execution process.
See Also:
  • Constructor Details

    • ExecutionException

      public ExecutionException(String message, Throwable cause)
    • ExecutionException

      public ExecutionException(String message)
    • ExecutionException

      public ExecutionException(Throwable cause)
    • ExecutionException

      public ExecutionException()