Package | Description |
---|---|
oracle.dbtools.plugin.api.jdbc |
Modifier and Type | Method and Description |
---|---|
ConnectionNotAvailableReason |
ConnectionNotAvailableException.reason()
The reason the connection could not be created
|
static ConnectionNotAvailableReason |
ConnectionNotAvailableReason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConnectionNotAvailableReason[] |
ConnectionNotAvailableReason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ConnectionNotAvailableException(String message,
ConnectionNotAvailableReason reason,
Throwable cause) |
DatabaseNotAvailableException(String database,
ConnectionNotAvailableReason reason,
Throwable cause) |
SchemaNotAvailableException(String schema,
ConnectionNotAvailableReason reason,
Throwable cause) |