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., Statement#execute) or return data from execution (e.g., ResultSet methods).

See Also: