Class ExecutionCanceledSqlException

All Implemented Interfaces:
Serializable, Iterable<Throwable>

public class ExecutionCanceledSqlException extends SQLNonTransientException
SQLException for execution-canceled condition.

Intended for throwing by methods that start SQL statement execution (e.g.,

invalid reference
Statement#execute
) or return data from execution (e.g.,
invalid reference
ResultSet
methods).

See Also: