isDeadlock

open override fun isDeadlock(ex: SQLException): Boolean

Determines whether the SQLException was caused by a deadlock or not.

Return

true if so, false otherwise.

Parameters