Converts a chain of Throwables to a new chain of SerializableException
starting with a BackendDriverException. The returned chain
has the same length. We don't use super's method but re-implement it since
we want to also convert SQLException old-style chaining into a new style
chain. "SyntheticSQLException-s" from
org.continuent.sequoia.common.exceptions.SQLExceptionFactory also
currently use old style chaining (with setNextException).
Parameters: start - head of chain to convert. See Also:SerializableException.SerializableException(Throwable)
Methods inherited from org.continuent.sequoia.common.exceptions.driver.protocol.SerializableException