IConnection.reconnect

Tries to establish connection with a SQL server described in previous call of connect.

Should throw ReconnectException if method cannot get stored connection string (the connect method wasn't called).

interface IConnection
synchronized
void
reconnect
()

Throws

ConnectException, ReconnectException

Meta