|
|
@ -260,7 +260,8 @@ public class ConnectionListPane extends JListControlPane implements ConnectionSh |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
if (!notSupportedConnections.isEmpty()) { |
|
|
|
if (!notSupportedConnections.isEmpty()) { |
|
|
|
throw new DataBaseNotSupportedException(notSupportedConnections, BaseDataBaseTypePoint.getSupportedDatabaseType()); |
|
|
|
List<String> supportedDatabaseTypes = WorkContext.getCurrent().get(DataBaseTypeOperator.class).getSupportedDatabaseTypes(); |
|
|
|
|
|
|
|
throw new DataBaseNotSupportedException(notSupportedConnections, supportedDatabaseTypes); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|