| Modifier and Type | Method and Description |
|---|---|
static DbError |
DbError.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DbError[] |
DbError.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ConnectionCreationException(String message,
Throwable throwable,
DbError dbError) |
| Modifier and Type | Method and Description |
|---|---|
Optional<DbError> |
DbConnectionProvider.getDbErrorType(SQLException e) |
| Modifier and Type | Method and Description |
|---|---|
Optional<DbError> |
DerbyConnectionProvider.getDbErrorType(SQLException e) |
| Modifier and Type | Method and Description |
|---|---|
Optional<DbError> |
MySqlConnectionProvider.getDbErrorType(SQLException e) |
| Modifier and Type | Method and Description |
|---|---|
Optional<DbError> |
OracleDbConnectionProvider.getDbErrorType(SQLException e) |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.