Thrown when an error occurred while opening a database connection.
Creates a new instance of OpenConnectionException.
public Void OpenConnectionException(msg)| Name | Type | Summary |
|---|---|---|
| msg | String |
Creates a new instance of OpenConnectionException.
public Void OpenConnectionException(msg, src)| Name | Type | Summary |
|---|---|---|
| msg | String | |
| src | String |
Creates a new instance of OpenConnectionException.
public Void OpenConnectionException(msg, src, inner)| Name | Type | Summary |
|---|---|---|
| msg | String | |
| src | String | |
| inner | Exception |
In this document